Ricardo
Ricardo

Reputation:

Is there any free program for making diagrams of file dependencies extracted from header files?

Looking for something similar to Modelmaker that was for Delphi. Showing dependecies of modules. Any help is appreciated.

Doxygen has been great so far. If someone know if it's possible to achieve what I want with Doxygen, then please let me know :)

Upvotes: 1

Views: 391

Answers (2)

cube
cube

Reputation: 3948

is this what you are looking for?

Upvotes: 3

Andrejs Cainikovs
Andrejs Cainikovs

Reputation: 28474

cube is right, i don't know much about other tools for dependency graphing, but imho doxygen will give more than that. Be aware, that doxygen need Graphviz for dependency graph option. www.doxygen.org www.graphviz.org

Alternative (perl script): http://flourish.org/cinclude2dot/

Upvotes: 0

Related Questions