typedoc-plugin-no-inherit
typedoc-plugin-no-inherit copied to clipboard
feat: added alwaysOmitInheritance option
Adds a rudimentary boolean alwaysOmitInheritance
option to treat everything as having a @noInheritDoc
tag.
I'm not particularly familiar with TypeDoc and couldn't figure out how to get the option parsed when symlinked locally with https://github.com/typescript-eslint/typescript-eslint/pull/9293. Nor could I figure out how to get the option parsed in the tests. But 🤷 maybe someone looking at this can help! Please? 😅
Fixes #34.