nestorrente / erdiagram

Entity-Relationship diagram code generator library
MIT License
49 stars 14 forks source link

Hide methods on PlantUML diagram #3

Open nestorrente opened 1 year ago

nestorrente commented 1 year ago

Currently, we are hiding the methods and members in conceptual diagrams (as both are empty). However, methods are not being hidden in logical diagrams, even when the diagram doesn't include any method.

We should ensure that the hide methods directive is used in both cases.