Use this panel to configure how the IDE generates Javadoc documentation
for each of your projects. For each of your projects, you can produce a set of
Javadoc HTML pages that describe the project's classes, inner classes, interfaces,
constructors, methods,
and fields. The Javadoc is constructed from the structure of your code and
the Javadoc comments embedded in your code.
You open the Generating Javadoc properties page by choosing File > <active
project name> Properties. In the Project Properties dialog, select
Build Generating
Javadoc.
If you are setting the properties for
a
other than the default configuration (DefaultConfiguration),
you must uncheck the Use Values from "DefaultConfiguration" checkbox
at the top of the page to customize these options.
In this dialog, you can set the following properties:
Include Private and Package Private Members. Indicates
that private and package private members are documented.
Generate. Defines the items generated in javadoc. The
default is that all the following items are included:
Class Hierarchy Tree.
Class and package Usage Pages.
Navigation Bar.
Index.
Separate Index per Letter.
Document Additional Tags. The default is that the following
options are unchecked.
@author. Documents the author tag.
@version. Documents the version tag.
Browser Window Title. Enables you to give a title of the
javadoc.
Preview Generated Javadoc. Indicates that when when javadoc
is generated, a browser is opened displaying the generated documents.
For more information on generating Javadoc documentation, see: