Difference between documentation and normal comment | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 1

Difference between documentation and normal comment

Pls help me with this question because I'm stuck!!

24th Oct 2017, 2:30 AM
Starlord
Starlord - avatar
1 Respuesta
+ 2
I don't know much, but the main difference would be that documentation comments can be used to generate the documentation of the code or apps as a whole. Documentation is used for further development as reference for new development team, so they can catch up quickly. Lookup Javadoc on Google :)
24th Oct 2017, 7:18 AM
Ipang