javadoc
noun as in strong fondness
Word Combinations
Example:We decided to generate javadoc for our project to make it easier for other developers to understand the code.
Definition:To produce HTML documentation for a Java project using the Javadoc tool.
From generate javadoc
Example:In each class, we should start with a javadoc comment that explains the purpose and usage of the class.
Definition:A type of comment in Java code that includes documentation for Java programming API, typically using the format documented by Javadoc.
From javadoc comment
Browse