typedoc-plugin-no-inherit
typedoc-plugin-no-inherit copied to clipboard
Would it be possible to pass a whitelist of methods allowed on the documentation?
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.
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.