Bootstrap
build.gradle
plugins {
id 'org.ysb33r.doxygen.base' version '2.0.0' (1)
id 'org.ysb33r.doxygen' version '2.0.0' (2)
}
1 | A base plugin that created the doxygen extension and nothing more. |
2 | The conventions plugin most people will use.
This add an extension and the doxygenDox and ??? tasks.
It also reacts to cpp-application , cpp-library plugins from Gradle |