|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.h2.build.doclet.ResourceDoclet
public class ResourceDoclet
This custom doclet generates resources from javadoc comments. Only comments that contain 'at resource' are included. Only class level and method level comments are supported.
Constructor Summary | |
---|---|
ResourceDoclet()
|
Method Summary | |
---|---|
static boolean |
start(com.sun.javadoc.RootDoc root)
This method is called by the javadoc framework and is required for all doclets. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ResourceDoclet()
Method Detail |
---|
public static boolean start(com.sun.javadoc.RootDoc root) throws java.io.IOException
root
- the root
java.io.IOException
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |