Skip to content
New issue

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

Failed on skinparam #5

Closed
yaleh opened this issue Jan 13, 2015 · 2 comments
Closed

Failed on skinparam #5

yaleh opened this issue Jan 13, 2015 · 2 comments
Assignees
Labels

Comments

@yaleh
Copy link

yaleh commented Jan 13, 2015

When processing a .plu like this:

@startuml

skinparam defaultFontSize 20

hide empty members
class Toyota
@enduml

It shows an error msg:

Error parsing input file:
@bafolts bafolts added the bug label Jan 13, 2015
@bafolts bafolts self-assigned this Jan 13, 2015
@arwenvaughan
Copy link

Yep, this has been confirmed. Thanks for the input.

On Tue, Jan 13, 2015 at 9:36 AM, Yale Huang notifications@github.com
wrote:

When processing a .plu like this:

@startuml

skinparam defaultFontSize 20

hide empty members
class Toyota
@enduml

It shows an error msg:

Error parsing input file:


Reply to this email directly or view it on GitHub
#5.

Arwen

C: 832-326-9287
H: 303-261-8606
arwenvaughan@gmail.com

@bafolts
Copy link
Owner

bafolts commented Jan 14, 2015

I updated the error messaging so that on the next error we get more than the first line displayed to the user. I also updated the grammar to support "skinparam " lines. Since these lines are of no benefit to the generated UML, I just added them to the list of ignored lines.

c3914fa

@bafolts bafolts closed this as completed Jan 14, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants