What is a javadoc file?
The JavaDoc tool is a document generator written in the Java programming language that generates standard HTML documentation. It creates documentation for APIs. It parses declarations and documentation in a collection of source files that describe classes, methods, constructors, and fields.