dependency graph

Rene Zwanenburg via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sun Jul 6 03:28:45 PDT 2014


On Saturday, 5 July 2014 at 15:33:51 UTC, Vlad Levenfeld wrote:
> A colleague of mine had asked me if I could produce some kind 
> of object/module dependency type of graph for a D project I've 
> got. I'm not sure what these are called but I've seen them 
> before for inheritance hierarchies in C++ projects. (I don't 
> tend to use inheritance so I suspect something exactly like 
> this would not be terribly helpful in my case but some kind of 
> general layout of symbol dependencies would be).
>
> Is there any utility out there for building a visual 
> representation of my project?

This may be what you're looking for:

http://code.dlang.org/packages/duml


More information about the Digitalmars-d-learn mailing list