Closed murdos closed 5 years ago
This is a naive fix, feel free to correct me if I'm wrong. I've renamed the lexer token, and I think more renaming should be done (e.g. JDLEntity.comment -> JDLEntity.javadoc), but I guess it will break external API.
Thanks I'll review this first thing tomorrow!
I don't understand why you've renamed the token. What was the issue with COMMENT
?
edit nevermind, got it.
@murdos This PR is good to be merged, thanks! I'll let you merge it whenever you want. Can you please do a npm run bundle
before and commit the change? It updates the parsing system with the latest changes.
Thanks :)
@MathieuAA I've also run npm run prepare
so diagrams have been updated too
Fixes #291
Please make sure the below checklist is followed for Pull Requests.