What does it mean to say that,a documentation comment generates external documentation of your source code? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 1

What does it mean to say that,a documentation comment generates external documentation of your source code?

17th Nov 2017, 11:42 PM
Celestino Codonino
2 ответов
+ 3
Yea, with javadoc it'll take the comments you created and create an HTML page with all of the info. You get to document while you're coding, so it's pretty neat.
17th Nov 2017, 11:53 PM
AgentSmith
+ 1
thanks a lot
17th Nov 2017, 11:58 PM
Celestino Codonino