bafolts / plantcode

Provides a javascript utility to generate code in various languages given a plantuml class diagram.

Home Page:https://segmentationfaults.com/plantcode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"end class" isn't valid plantuml?

HelloLudger opened this issue · comments

Hi,

one way to create a class seems to be

class classname
...
end class

But as far as I know, that's not valid PlantUML? Am i missing something?