document.sh
This shell script documents the source code included in this build using
the javadoc tool (included with the JDK).
The document.sh command should be executed from the bin/ directory:
./document.sh
This script performs the following operations:
- Removes previous javadoc files from the ../javadocs directory.
- Javadocs files under the ../src and ../import directories
which generates documentation into the ../javadocs directory.
The current javadocs can be viewed here.
Description: How to use the document.sh Unix shell script.
Updated: Mon May 19 06:25:55 EDT 2008