org.tm4j.topicmap.utils .TopicMapDoclet
Description
A custom Javadoc doclet, to be used for generating topic mapped API documentation. There are three options you may specify when invoking this doclet:
-out— the output file to write the generated topic map to. You must specify this option or no topic map will be written.-provider— the class name of the TopicMapProviderFactory you wish to use. If this is not specified, the org.tm4j.topicmap.memory.TopicMapProviderFactoryImpl class is used.-baseuri— the base URI to be used for thexml:baseattribute of the topic map's root element. If this is not specified,http://tm4j.org/topicmaps/javadoc.xtmis used.
Inheritance Hierarchy
- java.lang.Object
- TopicMapDoclet
| Method Summary | |
|---|---|
| void | optionLength(java.lang.String option) |
| void | run(com.sun.javadoc.RootDoc root) |
| void | start(com.sun.javadoc.RootDoc root) |
Meta Data (2)
