Use 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.
Element | Description |
---|---|
Use Values from "DefaultConfiguration" |
Enables you to customize the properties for a project configuration other than the default configuration if this option is unchecked. |
Include Private and Package Private Members. |
Indicates that private and package private members are documented. |
Generate |
Defines the items generated in Javadoc. |
Class Hierarchy Tree |
Defines a hierarchical format of classes. |
Class and package Usage Pages |
Defines a class or package page. |
Navigation Bar |
Defines the navigation bar on the page. |
Index |
Defines an index of all class, interface, constructor, field, and method names. |
Separate Index per Letter |
Defines an index of all class, interface, constructor, field, and method names in arranged alphabetically. |
Document Additional Tags |
Provides additional tags: @author and @version |
@author |
Documents the author tag. |
@version |
Documents the version tag. |
Browser Window Title |
Specifies a Javadoc title. |
Preview Generated Javadoc |
Indicates that when Javadoc is generated, a browser is opened displaying the generated documents |
For more information on generating Javadoc documentation, see:
.
Related Topics
Developing Applications with NetBeans IDE,
Developing Applications with NetBeans IDE,
Copyright © 2013, Oracle and/or its affiliates. All rights reserved. |