I'm searching for hierarchy chart software to display the hierarchy of my units and functions.
Do you have any s****tions?
Printable View
I'm searching for hierarchy chart software to display the hierarchy of my units and functions.
Do you have any s****tions?
Try doxygen. It is a documentation tools and it is capable of tracing function calls as well as class hierarchy.
I have already thought of doxygen, but I do not use many classes and inheritance in that way. I just want to see which units of mine incluce other units. Also, which functions call other functions. My project does not use class inheritance very much.Quote:
Originally Posted by Kheun
Does doxygen do what I want? (I had looked at it before, and concluded that it didn't.)