www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - Any UML generators for D code?

reply JN <666total wp.pl> writes:
I'd like to see the relationships between my D classes in a 
graphical form. Is there any tool that supports that?
Aug 12 2021
parent reply russhy <russhy gmail.com> writes:
On Thursday, 12 August 2021 at 21:11:24 UTC, JN wrote:
 I'd like to see the relationships between my D classes in a 
 graphical form. Is there any tool that supports that?
found this: https://code.dlang.org/packages/depend also this but it's pretty old: https://github.com/rikkimax/Duml
Aug 12 2021
parent rikki cattermole <rikki cattermole.co.nz> writes:
On 13/08/2021 9:40 AM, russhy wrote:
 also this but it's pretty old: https://github.com/rikkimax/Duml
It was a neat idea duml of mine, but I wouldn't recommend going down the path of CTFE for this. Best to write a tool using dmd-fe instead.
Aug 12 2021