ResourceDoclet
This custom doclet generates resources from javadoc comments.
Only comments that contain 'at resource' are included.
Only class level and method level comments are supported.
| Methods |
| 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
|