net.cscott.sinjdoc.html
public class HTMLDoclet extends Doclet
HTMLDoclet is the standard doclet for SinjDoc. It
generates HTML-format documentation.Version: $Id: HTMLDoclet.java,v 1.37 2003/05/08 03:54:25 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) |