Java ME Embedded Project Properties Dialog Box: Documenting

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

Include Private and Package Private Members.

Indicates that private and package private members are documented.

Generate

Includes the selected elements in the generated HTML document such as index, navigation bar, class hierarchical tree, and such.

Document Additional Tags

Documents the selected tags.

The tags listed are not documented by default.

@author

Documents the author tag.

@version

Documents the version tag.

Browser Window Title

Displays the title in the browser window used to view the generated document. You must enter the title to be placed in the <title> tag of the generated HTML document.

This checkbox corresponds to the -windowtitle Javadoc option.

Additional Javadoc Options

Adds additional Javadoc options separated with a space.

Preview Generated Javadoc

Indicates that when Javadoc is generated, a browser is opened displaying the generated documents


For more information on the Java API Documentation Generator, see: .


Related Topics

Developing Applications with NetBeans IDE,

Copyright © 2014, Oracle and/or its affiliates. All rights reserved.