I am currently using Doxygen to create documentation for my C ++ projects. Since Doxygen is great and generates a lot of information, I was wondering if there is a way to integrate project metrics into the generated documentation.
When I talk about metrics, I think about lines of code, number of classes, number of functions, cyclic complexity, etc.
Is there anything for this?
If this is not possible directly, is there a way to create a small Doxygen plugin to add additional information to the generating documentation?
source share