Thread overview
Any UML generators for D code?
Aug 12, 2021
JN
Aug 12, 2021
russhy
Aug 13, 2021
rikki cattermole
August 12, 2021
I'd like to see the relationships between my D classes in a graphical form. Is there any tool that supports that?
August 12, 2021

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

August 13, 2021
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.