Reputation:
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
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