Skip to content

Events shouldn't be listed under static members #486

Closed
@kripod

Description

@kripod

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".

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions