What is javadoc | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is javadoc

Deeply explain what javadoc and documentation comments are in an easy manner?

5th Jan 2021, 9:50 PM
Jachin Kpogli
Jachin Kpogli - avatar
1 Answer
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
5th Jan 2021, 10:15 PM
Martin Ed
Martin Ed - avatar