- Open the Eclipse project
- Select Project –> Generate JavaDoc
- At
of the wizard, you can define settings for:first step
3.1 path for the javadoc.exe tool from the JDK;
3.2 project resources for which to generate JavaDoc;
3.3 classes and methods for which to generate JavaDoc based on their visibility;
3.4 location of the JavaDoc (by default it will be placed in the doc folder in the project location)
- At second step you can make settings regarding:
4.1 documentation structure;
4.2 JavaDoc tags to be processed;
4.3 other resources( archives, projects) used in project to be included in the documentation;
4.4 another CSS style sheet for the documentation;
- At the last step you can save the settings in an Ant script for future use.
No comments:
Post a Comment