Java Docs in JCreator
Java Docs in JCreator
Javadoc is a utility provided by the Sun SDK that generates HTML documentation for Java programs. The Javadoc utility creates customized documentation automatically from compiled Java files. However, to make your documentation more robust, you can add special directives in your Java file that will appear in the documentation. This pamphlet describes how to set up the Javadoc utility in JCreator, how to run the Javadoc utility from JCreator, and some directives you can use.