Doclet
This class is a custom doclet implementation to generate the
Javadoc for this product.
| Methods |
| static LanguageVersion |
languageVersion()
Get the language version this doclet supports.
|
| static LanguageVersion |
languageVersion()
Get the language version this doclet supports.
Returns:
the language version
|
| static boolean |
start(RootDoc root)
This method is called by the javadoc framework and is required for all
doclets.
|
| static boolean |
start(RootDoc root) throws IOException
This method is called by the javadoc framework and is required for all
doclets.
Parameters:
root - the root
Returns:
true if successful
|