Skip to content

Commit

Permalink
Typedoc hide exported classes (#24)
Browse files Browse the repository at this point in the history
* Added hidden/ignore tags to classes that are not exported

* removed trailing space

* chnaged hidden to ignore
  • Loading branch information
kpal81xd authored Mar 14, 2024
1 parent 2fbd61b commit a20c117
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/event-handle.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
* to add, remove, and invoke event handlers associated with specific event names. Each EventHandle
* is linked to an 'owner' object, typically an instance of the Events class, allowing for elegant
* event management and chaining.
*
* @ignore
*/
class EventHandle {
/**
Expand Down

0 comments on commit a20c117

Please sign in to comment.