Skip to content

Commit

Permalink
Update typedoc configuration to enforce documentation requirements: s…
Browse files Browse the repository at this point in the history
…et notDocumented to true
  • Loading branch information
lposen committed Nov 21, 2024
1 parent 5a29d1f commit d06c597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typedoc.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const config = {
excludeInternal: true,
validation: {
invalidLink: true,
notDocumented: false, // TODO: Change to true
notDocumented: true,
notExported: true,
},
includeVersion: true,
Expand Down

0 comments on commit d06c597

Please sign in to comment.