What is javadoc | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
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 Resposta
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