-
-
Notifications
You must be signed in to change notification settings - Fork 742
Closed
Labels
questionQuestion about functionalityQuestion about functionality
Milestone
Description
Search terms
node_modules, warning
Question
Running typedoc on my application generates plenty of warnings from modules under node_modules
on which I have no control. For example:
./node_modules/@types/node/events.d.ts:512:11 - [warning] Encountered an unknown block tag @since
512 * @since v0.11.2
./node_modules/electron/electron.d.ts:3883:7 - [warning] Encountered an unknown block tag @platform
3883 * @platform win32,linux
These modules are not in the list of files passed to typedoc, but are indirectly loaded from input statements.
This huge list of warnings obscures genuine warnings from my code.
Thanks for your help!
mario
gpbl
Metadata
Metadata
Assignees
Labels
questionQuestion about functionalityQuestion about functionality