plantuml-parser icon indicating copy to clipboard operation
plantuml-parser copied to clipboard

Supporting entity and struct

Open alexshelkov opened this issue 1 year ago • 3 comments

@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?

alexshelkov avatar Feb 09 '24 14:02 alexshelkov