gwt-api-generator
gwt-api-generator copied to clipboard
Event parsing failure
Some event comments of the paper-drawer-panel generates invalid event classes.
- paper-responsive-change
- iron-select
- iron-deselect
The problem seems the to be the hyphen at the end of the line of these comments:
* @event iron-select {{item: Object}} detail -
* item: The panel that the event refers to.
Regards BM