Difference between documentation and normal comment | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 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 ответ
+ 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