typedoc-plugin-no-inherit icon indicating copy to clipboard operation
typedoc-plugin-no-inherit copied to clipboard

Would it be possible to pass a whitelist of methods allowed on the documentation?

Open JCMais opened this issue 4 years ago • 1 comments

Use case: I've a class that extends Node.js EventEmitter but I don't want to show all methods / properties from that class on the documentation of my own class, I only want the on method mostly, because I'm providing separated on signatures for each event the class emits, with their arguments.

JCMais avatar May 28 '20 12:05 JCMais

Apologies for not addressing this. At the moment I don't plan on implementing it, but would be happy to take pull requests. Also, I think the desired behavior and how the whitelist would be specified need to be detailed.

jonchardy avatar May 20 '21 12:05 jonchardy