Modifying Doclet Properties

The Javadoc executors use the default standard to determine the content and format of the documentation output. The standard doclet generates API documentation in HTML format. You can perform the following actions on the standard doclet:

To modify the properties of the standard doclet:.

  1. From the main window, choose Tools and choose Options.
  2. In the Options window, expand the Code Documentation node. Then expand the Doclets node.
  3. Select Standard Doclet and modify its values to your preferred settings.

To create a custom doclet:.

  1. In the Options window, expand the Code Documentation node.
  2. Right-click the Doclets node and choose New and choose Standard Doclet.
  3. In the wizard, type a name for the doclet and click Finish.
  4. A node for the doclet is added under the Doclets node in the Options window.

  5. Select the new doclet and modify its values to your preferred settings.

For more information on the properties of the standard doclet, see the Sun Microsystems web page at

http://java.sun.com/j2se/1.3/docs/tooldocs/solaris/javadoc.html.

See also
Specifying the Default Javadoc Search Engine
Specifying the Default Javadoc Executor

Legal Notices