MAIN doclet

From unkrig.de
Revision as of 12:12, 15 February 2016 by Aunkrig (talk | contribs) (Created page with "This doclet creates a (very simple) HTML page for the "'''main(String[])'''" method (or a different method) of each of the specified classes. === Doclet options === ; -d ''d...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This doclet creates a (very simple) HTML page for the "main(String[])" method (or a different method) of each of the specified classes.

Doclet options

-d dest-dir
Where to create the output files. The complete output file name is "dest-dir/pkg/pkg/class.meth(int, String)".
-method method-signature
Which method to document; defaults to "main(String[])".
-output-encoding enc
The encoding to use when writing output files; defaults to the "JVM default charset".

Resources

Find the source code here.

Ready-to-use binaries are not (yet) available.