+ 1
What do you mean by documentation of code? And why is it important?
4 ответов
+ 3
It is there for programmers to help understand what a certain class/function/method is used for.
You can usually get them at comments just before a class, function or method.
It starts with \** and end with **\
You can also use HTML elements to help you with creating this javadoc.
(It is mostly found on an IDE on a computer, by pressing Alt+Space)
+ 1
got it.
Thank you Limitless !
:)
0
Do you mean the Javadoc?
0
yes.