ts2jsdoc icon indicating copy to clipboard operation
ts2jsdoc copied to clipboard

feature request: support for `@event`

Open aoberoi opened this issue 7 years ago • 0 comments

hey there, thanks for this project, its been really useful in the official node Slack API clients.

My use case is that the RTMClient class is an EventEmitter and I'd like each of its events documented. JSDoc provides the @event tag for this purpose, but ts2jsdoc ignores it.

aoberoi avatar Mar 14 '18 21:03 aoberoi