Note:This goal should be used as a Maven report.
Full name:
org.codehaus.mojo.javascript:javascript-report-maven-plugin:1.1-softec:jsdoc
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
customTemplate | File | - | JsDoc custom template to be used (overrides template) |
encoding | String | - | Source code encoding |
includePrivate | boolean | - | Include symbols tagged as private ? |
includeUnderscore | boolean | - | Include all functions, even undocumented, underscored ones ? |
includeUndocumented | boolean | - | Include all functions, even undocumented ones ? |
recurse | int | - | By default this will collect all source files to a depth of 10
folders deep, but you can specify your preferred depth Default value is: 10. |
sourceDirectory | File | - | Location of the source files. Default value is: ${basedir}/src/main/javascript. |
template | String | - | JsDoc template to be used Default value is: sunny. |
workDirectory | File | - | The jsdoc working directory Default value is: ${project.build.directory}. |