Note:This goal should be used as a Maven report.
Full name:
net.sf.dtddoc:dtddoc-maven-plugin:1.2-SNAPSHOT:dtddoc
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
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. User property is: dtddoc.getAroundNetBeansComments. |
outputDirectory | File | - | Specifies the destination directory where DTDDoc saves the
generated HTML files. Default value is: ${project.build.directory}/dtddoc/. |
showFixmeTags | boolean | - | Tells if the content of the @fixme tags must be part
of the documentation Default value is: true. User property is: dtddoc.fixme. |
showHiddenTags | boolean | - | Tells if the content of the @hidden tags must be part
of the documentation Default value is: false. User property is: dtddoc.hidden. |
sourceDirectory | File | - | Specifies the source directory where DTDDoc searches for DTDs. Default value is: src/main/resources. |
Name | Type | Since | Description |
---|---|---|---|
docTitle | String | - | Name of the documentation: it will appear at the top of the index. User property is: dtddoc.title. |
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. |
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. |
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. User property is: dtddoc.styleSheet. |