Skip to content

Commit d06c597

Browse files
committed
Update typedoc configuration to enforce documentation requirements: set notDocumented to true
1 parent 5a29d1f commit d06c597

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typedoc.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const config = {
66
excludeInternal: true,
77
validation: {
88
invalidLink: true,
9-
notDocumented: false, // TODO: Change to true
9+
notDocumented: true,
1010
notExported: true,
1111
},
1212
includeVersion: true,

0 commit comments

Comments
 (0)