0
Dokumentation Comments are used for ?
5 odpowiedzi
+ 1
document comments are used to guide the programmer if what is program do.
+ 1
please what do you mean by automatically generating documentation for the code? I really don't get it.
0
Documentation comments are used for automatically generating documentation for the code.
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.
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