hallvard / plantuml

Embed UML diagrams in files and view them in Eclipse
http://plantuml.sourceforge.net/
212 stars 59 forks source link

Show related type with proper kind (class or interface). #16

Closed mnlipp closed 7 years ago

mnlipp commented 7 years ago

Currently, related types are always displayed as "class" in automatically generated diagrams.

This patch improves the situation by properly displaying the related types as "class" or "interface" for inheritance and realization relationships.

hallvard commented 7 years ago

I've integrated the logic manually with some refactoring, so I won't merge. But thanks!