We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This option should allow to override defaults, for instance to select PlantUML struct for plain C/C++ structs, or annotation for C++ concepts...
struct
annotation
Currently all class like objects such as class, struct, class template, concept are rendered by default using PlantUML class element.
class
class template
concept
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This option should allow to override defaults, for instance to select PlantUML
struct
for plain C/C++ structs, orannotation
for C++ concepts...Currently all class like objects such as
class
,struct
,class template
,concept
are rendered by default using PlantUMLclass
element.The text was updated successfully, but these errors were encountered: