What does it mean to say that,a documentation comment generates external documentation of your source code? | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 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 Respuestas
+ 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