[Doxygen-users] Doxygen for Gradle
Brought to you by:
dimitri
From: Schalk Cronjé <ys...@gm...> - 2014-06-02 18:13:34
|
Hi All, I have recently created a plugin for Gradle to support Doxygen. Although the Doxygen extension for Ant can be used in Gradle via Antbulder, iI was looking for something more gradlesque i.e use the Gradle DSL to configure documentation generation. Gradle has been having native support for building C/C++/Obj-C projects for the last number of versions and I thought it appropriate to add support for the most popular documentaton tool for these languages. it is downloadable from Bintray (https://bintray.com/ysb33r/grysb33r/doxygen-gradle-plugin/view) and the source code is hosted on Github (https://github.com/ysb33r/Gradle/tree/master/doxygen) It is still at 0.1, but is already functional. If people want to try it out and give feedback via Github issues (or here), I can improve it. -- Schalk W. Cronjé @ysb33r |