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

feat: added alwaysOmitInheritance option

Open JoshuaKGoldberg opened this issue 8 months ago • 0 comments

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.

JoshuaKGoldberg avatar Jun 08 '24 13:06 JoshuaKGoldberg