|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
See:
Description
| Class Summary | |
| Standard | The class with "start" method, calls individual Writers. |
This is the standard Satin doclet for generating the official API documentation in HTML form for interactive browsing. It is based on Sun's standard doclet, and extends or modifies its functionality in the following ways:
@history tag for producing Revision Histories.
@history date name [changeRecordID] - comment
@history 7/24/01 Ed Stauff #987 - rewrote everything in Python.
@history 1/1/01 Ed Stauff - file created.
History tags should be ordered with the most recent one first, the
oldest one last.
Note: the date, name and changeRecordID fields are currently
not enforced, but you should observe the proper formatting for future
compatability.
-clearcase
"cleartool describe" on the file.
The information obtained from this command will be used to generate
version number information at the very bottom of the documentation file.
This information will look something like this:
Generated on 15/5/2001 18:10 from MyClass.java version main/4 15-5-01.03.16.45
In order for this to work, the source files must be in a "live" ClearCase view. If this option is not given, then version information is still generated, but noted with "(PRIVATE SOURCES)". For example:
Generated on 15/5/2001 18:10 from MyClass.java (PRIVATE SOURCES)
Source files are located according to the usual JavaDoc rules:
"-sourcepath" option is given, then that path is used.
"-classpath option is given, then that
path is used.
CLASSPATH environment variable is used.
Note: this option should always be used when generating "official" documentation for publishing on the Satin web site.
"generate.ksh". It invokes JavaDoc with all the proper
options for generating official public documentation.
It takes two arguments: the directory containing the "satin" source directory,
and a directory in which the generated documentation will be placed.
Note that this script deletes the entire contents of the destination directory
before running JavaDoc!
|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||