| java.lang.Object org.umlgraph.doclet.UmlGraphDoc
UmlGraphDoc | public class UmlGraphDoc (Code) | | Chaining doclet that runs the standart Javadoc doclet first, and on success,
runs the generation of dot files by UMLGraph
author: wolf |
languageVersion | public static LanguageVersion languageVersion()(Code) | | Standand doclet entry
|
optionLength | public static int optionLength(String option)(Code) | | Option check, forwards options to the standard doclet, if that one refuses them,
they are sent to UmlGraph
|
start | public static boolean start(RootDoc root)(Code) | | Standard doclet entry point
Parameters: root - |
|
|