JeffersonLab / hcana

Hall C++ Analyzer
7 stars 118 forks source link

Doxygen updates and a tweak in THcSecondaryKine.h to help cmake #385

Closed sawjlab closed 6 years ago

sawjlab commented 6 years ago

Updates to doxygen documentation Add doxygen groups "Apparatuses" and "Decoders" Make sure every class is in a group Make sure most classes have a \brief description Improve comments for some classes including THcHallCSpectrometer and hodoscope classes Change some Doxyfile defaults. Include sources files.

Forward declare THcPrimaryKine in THcSecondaryKine.h. Not doing so leads to build error on some systems with cmake.