DTDDoc Maven2 plugin.
Mojo Attributes:
| Name | Type | Description |
|---|---|---|
| docTitle | String |
Name of the documentation: it will appear at the top of the index. |
| excludes | String[] |
List of patterns used to specify the files that should be excluded in DTD documentation. When not specified, the default excludes will be empty. |
| getAroundNetBeansComments | boolean |
In case you have comments that start with three hyphens, this option will tell DTDDoc
to interpret them as regular double hyphens. This was introduced to support NetBeans comments. Default value is true. |
| includes | String[] |
List of patterns used to specify the files that should be included in DTD documentation.
When not specified, the default includes will be **/*.dtd. |
| outputDirectory | File |
Specifies the destination directory where DTDDoc saves the generated HTML files. |
| showFixmeTags | boolean |
Tells if the content of the @fixme tags must be part of the documentation Default value is true. |
| showHiddenTags | boolean |
Tells if the content of the @hidden tags must be part of the documentation Default value is false. |
| siteRenderer | Renderer |
Doxia Site Renderer. |
| sourceDirectory | File |
Specifies the source directory where DTDDoc searches for DTDs. |
| styleSheet | File |
The stylesheet to use to render the documentation. This stylesheet will be copied into the documentation. If not specified, DTDDoc's default stylesheet is used. |
Name of the documentation: it will appear at the top of the index.
java.lang.StringNo${dtddoc.title}java.lang.String[]NobooleanNo${dtddoc.getAroundNetBeansComments}true**/*.dtd.
java.lang.String[]Nojava.io.FileNo${project.build.directory}/dtddoc/@fixme tags must be part of the documentation
booleanNo${dtddoc.fixme}true@hidden tags must be part of the documentation
booleanNo${dtddoc.hidden}falseorg.apache.maven.doxia.siterenderer.RendererNojava.io.FileNosrc/main/resourcesjava.io.FileNo${dtddoc.styleSheet}