Re: Any UML generators for D code?

2021-08-12 Thread rikki cattermole via Digitalmars-d-learn



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.


Re: Any UML generators for D code?

2021-08-12 Thread russhy via Digitalmars-d-learn

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



Any UML generators for D code?

2021-08-12 Thread JN via Digitalmars-d-learn
I'd like to see the relationships between my D classes in a 
graphical form. Is there any tool that supports that?