clang-uml icon indicating copy to clipboard operation
clang-uml copied to clipboard

Add option to select PlantUML element type for specific c++ entity

Open bkryza opened this issue 1 year ago • 0 comments

This option should allow to override defaults, for instance to select PlantUML struct for plain C/C++ structs, or annotation for C++ concepts...

Currently all class like objects such as class, struct, class template, concept are rendered by default using PlantUML class element.

bkryza avatar Feb 25 '23 18:02 bkryza