hpp2plantuml
hpp2plantuml copied to clipboard
consider no namespace for relationship
- if this class is not in namespace , we need to change the relationship expression
- original) .RegionExtBase *-- .EnvironmentVariant
- expected) RegionExtBase *-- EnvironmentVariant
- if we remove start period(.) when this class is not in namespace , we can see the right plantuml.