Doxygen Plugin for Gradle
Doxygen is a popular documentation tool, especially in the C/C++ world.
This plugin makes it possible to generate documentation for any of the doxygen supported languages, if such projects are built with Gradle.
There is an existing doxygen extension for Ant, which already makes it possible for Gradle builds to utilise doxygen via AntBuilder
, however this plugin takes a much more gradlesque approach.
Compatibility
The minimum Gradle version required to run this plugin is 7.3.3. This plugin also has been tested against the following versions: 8.9, 8.12. The minimum JRE version to run against is the higher of 8 and the minimum requirement of the specific Gradle version.
We are on Discord. Click to join and then go to
#doxygen-gradle-plugin
.