-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
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}
*/
export class Drawer {Actual Result:
Using this notation actually removes the Drawer entry from docs.json.
Metadata
Metadata
Assignees
Labels
No labels