cbm-fles / flesnet

CBM FLES Timeslice Building
7 stars 22 forks source link

Using doxygen_add_docs in Doxyfile and adding instructions to HOWTO #145

Closed ngreve closed 9 months ago

ngreve commented 9 months ago

I had problems generating the documentation with Doxygen so I've made some changes I want to suggest to you.

Previously the Doxygen variables were set by CMake using the set() method. I've replaced most of them using the doxygen_add_docs() method.

Additionally I've added a section to the HOWTO.md which explains how you can generate the documentation.

cuveland commented 9 months ago

Thanks for the contribution! We did not use Doxygen for quite some time... ;-)