public class Doclet
extends java.lang.Object
| Constructor and Description |
|---|
Doclet() |
| Modifier and Type | Method and Description |
|---|---|
static com.sun.javadoc.LanguageVersion |
languageVersion()
Get the language version this doclet supports.
|
static boolean |
start(com.sun.javadoc.RootDoc root)
This method is called by the javadoc framework and is required for all
doclets.
|
public static boolean start(com.sun.javadoc.RootDoc root)
throws java.io.IOException
root - the rootjava.io.IOExceptionpublic static com.sun.javadoc.LanguageVersion languageVersion()