Javadoc uses a to determine the content and format of its output. In the IDE, Javadoc uses the standard doclet, which generates API documentation in HTML format.
To customize Javadoc or the standard doclet:
![]() |
Internal Javadoc. Properties that apply to the Javadoc tool, such as the locale to use when generating documentation. |
![]() |
Standard Doclet.
Properties that are specific to the standard doclet,
such as the title to use in the HTML <title> tag.
|
For more information on the properties of Javadoc and the standard doclet,
see the Sun Microsystems web page at
http://java.sun.com/j2se/1.3/docs/tooldocs/solaris/javadoc.html
.
See also | |
---|---|
Generating Documentation With Javadoc |