FRCTEAM1474 / 2024RobotCode

Apache License 2.0
0 stars 1 forks source link

Add gradle config for doxygen. Configure doxygen. #3

Closed berkakinci closed 7 months ago

berkakinci commented 7 months ago

To build dox: ./gradlew doxygen This requires some thought on each build machine. First thing you should try is: remove the entire executables{} stanza. This will make Gradle download the executables. It just didn't run on my machine, so I had to install it outside of VSCode.