Typedoc config updated to avoid protected classes
This commit is contained in:
parent
71c5409b05
commit
0f565f5b45
@ -19,6 +19,7 @@ module.exports = {
|
||||
],
|
||||
excludeExternals: true,
|
||||
excludePrivate: true,
|
||||
excludeProtected: true,
|
||||
excludeNotExported: true,
|
||||
theme: "default",
|
||||
readme: "none",
|
||||
|
||||
@ -12,6 +12,7 @@ module.exports = {
|
||||
externalPattern: "node_modules",
|
||||
excludeExternals: true,
|
||||
excludePrivate: true,
|
||||
excludeProtected: true,
|
||||
excludeNotExported: true,
|
||||
theme: "default",
|
||||
readme: "none",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user