Hi All,
everybody knows how frustrating is to browse manually through large
projects (> 50K lines) of the C/C++ code written by others almost
without documentation.
I am looking for a good and robust C/C++ source code parser which can
produce extensive cross-references of
files/classes/variables/functions... preferable in HTML format.
So far I tried 'cxref' but it cannot not properly handle all variety of
C-grammar and reports "parse errors" on pretty legal code which compiles
fine.
Any other suggestion ...
Leo