What are documentation comments? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What are documentation comments?

I can't seem to understand documentation comments the way sololearn has explained it. Could anyone help?

6th Apr 2019, 2:21 PM
ElBaka
ElBaka - avatar
2 Answers
+ 4
Have a look on Java Documentations. Such documentations are created automatically by using documentation comments. https://www.baeldung.com/javadoc
6th Apr 2019, 7:54 PM
Denise Roßberg
Denise Roßberg - avatar
+ 2
It is a special type of multiline comment which you can export as html. Smart way for writing a documentation on the go -- far better than trying to reconstruate it in a separate file ; )
6th Apr 2019, 4:26 PM
Nonea
Nonea - avatar