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
@startuml db title Database entity QuestionType { } @enduml
or
@startuml db title Database struct QuestionType { } @enduml
So this variation of class diagram throws an error. I am wondering is it possible to support them?
The text was updated successfully, but these errors were encountered:
sure that would be perfectly possible to support. Do you want to create a pull request for this?
Sorry, something went wrong.
Sorry not sure that I know the best approach for this
@alexshelkov as far as I understood it, those are grouping types. So you probably just need to add the keywords "entity" and "struct" to the possible group types around here: https://github.com/Enteee/plantuml-parser/blob/master/src/plantuml.pegjs#L169
Maybe I would also add a few tests for it.
Enteee
No branches or pull requests
or
So this variation of class diagram throws an error. I am wondering is it possible to support them?
The text was updated successfully, but these errors were encountered: