You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently I'm using the compiler. I use the compiler to build JSON, which I then use to create markdown. According to https://jsdoc.app/tags-event.html, I should be able to use @event tags to document different events that are emitted.
Desired usage:
/** * @event Drawer:event Emits when the drawer has closed. * @type {object} * @event Drawer:opened Emits when the drawer has opened. * @type {object} */exportclassDrawer{
Actual Result:
Using this notation actually removes the Drawer entry from docs.json.
The text was updated successfully, but these errors were encountered:
Currently I'm using the compiler. I use the compiler to build JSON, which I then use to create markdown. According to https://jsdoc.app/tags-event.html, I should be able to use
@event
tags to document different events that are emitted.Desired usage:
Actual Result:
Using this notation actually removes the
Drawer
entry from docs.json.The text was updated successfully, but these errors were encountered: