7 ms·
One thing missing from Mermaid is pointing arrows to class members, I use this sometime to create mapping diagram between entities that should be visible in mor
by brynjolf 4y ago
One thing missing from Mermaid is pointing arrows to class members, I use this sometime to create mapping diagram between entities that should be visible in more places than just the implementation code.
With PlantUML you can do this
ClassA::memberB - - |> ClassC::memberD
There is an issue on github but no movement.