views:

193

answers:

2

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

+1  A: 

is this what you are looking for?

cube
thanks a lot! That's exactly what I was looking for. Just tried it out, and it works like a charm. Doxygen keeps impressing me :) The output is so-so, but I guess I can get it to look how I want with a little tweaking. cinclude2dot looked promising too, also using graphviz.
Ricardo
A: 

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/

Andrejs Cainikovs
Hmmm, didn't checked your comment on cube's post. sorry.
Andrejs Cainikovs
All good, my friend :)
Ricardo