dspinellis / UMLGraph

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

Enhancement Request: Allow javadoc tags to be declared on methods in class #37

Open gboersma opened 8 years ago

gboersma commented 8 years ago

The tags for noting the relationships between a class and other classes must be defined in the comment for the class. It would be more convenient if they could be declared on the comments for each method instead, since it is closer to the actual code that contains the dependency. All the tags across all methods would then be collected for the entire class.

Not sure if this can be done with javadoc, but it would be really nice to have.