We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a29d1f commit d06c597Copy full SHA for d06c597
typedoc.config.mjs
@@ -6,7 +6,7 @@ const config = {
6
excludeInternal: true,
7
validation: {
8
invalidLink: true,
9
- notDocumented: false, // TODO: Change to true
+ notDocumented: true,
10
notExported: true,
11
},
12
includeVersion: true,
0 commit comments