0
What is javadoc
Deeply explain what javadoc and documentation comments are in an easy manner?
1 ответ
0
javadoc is basically a tool to automatically generate (API) docmentation in html directly from comments in the java source file.
Details are deeply explained here: https://www.oracle.com/technical-resources/articles/java/javadoc-tool.html