Tagged Questions
5
votes
8answers
1k views
C++ source code comprehension tools
I'm starting work on a huge C++ codebase, and was wondering if someone could suggest good source code comprehension tools.
I usually use doxygen but was curious to see if anything better existed.
...