com.puppycrawl.tools.checkstyle.doclets
public final class CheckDocsDoclet extends Object
Method Summary | |
---|---|
static String | getDestDir(String[][] aOptions)
Return the destination directory for this Javadoc run. |
static int | optionLength(String aOption)
Returns option length (how many parts are in option). |
static boolean | start(RootDoc aRoot)
Doclet entry point. |
Parameters: aOptions Javadoc commandline options
Returns: the dest dir specified on the command line (or ant task)
Parameters: aOption option name to process
Returns: option length (how many parts are in option).
Parameters: aRoot parsed javadoc of all java files passed to the javadoc task
Returns: true (TODO: semantics of the return value is not clear to me)
Throws: IOException if there are problems writing output