Closed
Description
Using the following syntax:
/**
* Connection event, fired when the client has connected successfully.
* @event connect
* @memberof Client
*/
The event Client#connect
is listed under the static members in the generated documentation output. I think that events should have their own category in documentations, resulting in 3 categories for a class: "Events", "Static Members" and "Instance Members".