doxygen-report:create-config

Full name:

com.github.igoryeremin:doxygen-report-maven-plugin:1.0:create-config

Description:

Creates Doxygen config file by running doxygen -g doxygenConf.

Attributes:

  • Requires a Maven project to be executed.

Optional Parameters

Name Type Since Description
doxygenConf File - Doxygen config file location.
Default value is: ${basedir}/src/doxygen/doxygen.config.
executableName String - Doxygen executable name.
Default value is: doxygen.

Parameter Details

doxygenConf:

Doxygen config file location.
  • Type: java.io.File
  • Required: No
  • Default: ${basedir}/src/doxygen/doxygen.config

executableName:

Doxygen executable name.
  • Type: java.lang.String
  • Required: No
  • Default: doxygen