hpp2plantuml icon indicating copy to clipboard operation
hpp2plantuml copied to clipboard

consider no namespace for relationship

Open cheoljoo opened this issue 10 months ago • 1 comments

  • 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.

cheoljoo avatar Apr 21 '24 13:04 cheoljoo