Note:This goal should be used as a Maven report.
Full name:
com.github.igoryeremin:doxygen-report-maven-plugin:1.0:report
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
doxygenConf | File | - | Doxygen config file location. Default value is: ${basedir}/src/doxygen/doxygen.config. |
executableName | String | - | Doxygen executable name. Default assume it's within the PATH. Default value is: doxygen. |
input | File | - | Doxygen INPUT parameter. Default value is: ${basedir}/src. |
outputDirectory | File | - | Doxygen output directory. Default value is: ${project.reporting.outputDirectory}/doxygen. |