Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Statics members are not removed #33

Open
ibc opened this issue Jul 25, 2023 · 0 comments
Open

Statics members are not removed #33

ibc opened this issue Jul 25, 2023 · 0 comments

Comments

@ibc
Copy link

ibc commented Jul 25, 2023

import { EventEmitter } from 'events';

/**
 * Foo class.
 * @noInheritDoc
 */
export class Foo extends EventEmitter {
  // ...
}

Foo class generated docs don't show EventEmitter instance methods (good) but they show EventEmitter static members such as captureRejectionSymbol, defaultMaxListeners and others.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant