I currently use Doxygen to generate the documentation of my C++ projects. As Doxygen is great and generates a lot of information, I was wondering if there was a way to integrate metrics of the project in the generated documentation.
When I talk of metrics, I think of lines of code, number of classes, number of functions, cyclomatic complexity, etc.
Is there something to do that ?
If that's not possible directly, is there a way we can create a little plugin to Doxygen to add more informations to the generate documentation ?