digitalmars.D.learn - Any UML generators for D code?
- JN (2/2) Aug 12 2021 I'd like to see the relationships between my D classes in a
- russhy (3/5) Aug 12 2021 found this: https://code.dlang.org/packages/depend
- rikki cattermole (4/5) Aug 12 2021 It was a neat idea duml of mine, but I wouldn't recommend going down the...
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
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
On 13/08/2021 9:40 AM, russhy wrote:also this but it's pretty old: https://github.com/rikkimax/DumlIt 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