dspinellis / UMLGraph

Declarative specification and drawing of UML diagrams
http://www.spinellis.gr/umlgraph
BSD 3-Clause "New" or "Revised" License
343 stars 92 forks source link

Add an @opt include option for the package view. #53

Closed kno10 closed 6 years ago

kno10 commented 6 years ago

The idea is to allow adding @opt include otherpackage.ImportantInterface to a package-info.java for better package views. I'm not sure if this will also be useful for other views.

Apparently, @opt didn't work in package-info.java (for package views) at all. Now it does; so you can also use this to hide elements there.