Package weka.core
Class GlobalInfoJavadoc
java.lang.Object
weka.core.Javadoc
weka.core.GlobalInfoJavadoc
- All Implemented Interfaces:
OptionHandler
,RevisionHandler
Generates Javadoc comments from the class's globalInfo method. Can
automatically update the comments if they're surrounded by
the GLOBALINFO_STARTTAG and GLOBALINFO_ENDTAG (the indention is determined via
the GLOBALINFO_STARTTAG).
Valid options are:
Valid options are:
-W <classname> The class to load.
-nostars Suppresses the '*' in the Javadoc.
-dir <dir> The directory above the package hierarchy of the class.
-silent Suppresses printing in the console.
- Version:
- $Revision: 11736 $
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the revision string.static void
Parses the given commandline parameters and generates the Javadoc.Methods inherited from class weka.core.Javadoc
generate, generateHelp, getClassname, getDir, getOptions, getSilent, getUseStars, listOptions, setClassname, setDir, setOptions, setSilent, setUseStars, updateJavadoc
-
Field Details
-
GLOBALINFO_METHOD
the globalInfo method name- See Also:
-
GLOBALINFO_STARTTAG
the start comment tag for inserting the generated Javadoc- See Also:
-
GLOBALINFO_ENDTAG
the end comment tag for inserting the generated Javadoc- See Also:
-
-
Constructor Details
-
GlobalInfoJavadoc
public GlobalInfoJavadoc()default constructor
-
-
Method Details
-
getRevision
Returns the revision string.- Returns:
- the revision
-
main
Parses the given commandline parameters and generates the Javadoc.- Parameters:
args
- the commandline parameters for the object
-