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

Dokumentation Comments are used for ?

10th Oct 2016, 9:44 AM
Tru He
Tru He - avatar
5 Answers
+ 1
document comments are used to guide the programmer if what is program do.
12th Oct 2016, 4:58 AM
ROSEL TAGORIO
+ 1
please what do you mean by automatically generating documentation for the code? I really don't get it.
12th Oct 2016, 6:29 AM
Raymond Crump Rukevwe
Raymond Crump Rukevwe - avatar
0
Documentation comments are used for automatically generating documentation for the code.
10th Oct 2016, 10:34 AM
Sumita Das
Sumita Das - avatar
0
Comments could be anything. Theyre usually to explain the code so that another developer can understand it, but essentially all they are is text that the computer doesn't read. It's there for the human to read, not the computer.
18th Oct 2016, 9:08 PM
Molly Yates
Molly Yates - avatar
0
In the SDK of java you can see documentation of classes in html format where you find descriptions, attributes and methods information such scope, parameters and some other texts. With the correct documentation comments along all methods and attributes in the class and the use of javadoc tool you can generate these html files
18th Oct 2016, 10:29 PM
Omar Cadima