net.cscott.gjdoc.html
public class HTMLDoclet extends Doclet
HTMLDoclet is the standard doclet for GJDoc. It
generates HTML-format documentation.Version: $Id: HTMLDoclet.java,v 1.35 2003/04/10 01:53:24 cananian Exp $
| Method Summary | |
|---|---|
| String | getName() |
| void | optionHelp(DocErrorReporter reporter) |
| int | optionLength(String option) |
| boolean | start(RootDoc root) |
| boolean | validOptions(List<List<String>> optionList, DocErrorReporter reporter) |