mirror of https://github.com/OpenVidu/openvidu.git
Typedoc config updated to avoid protected classes
parent
71c5409b05
commit
0f565f5b45
|
@ -19,6 +19,7 @@ module.exports = {
|
||||||
],
|
],
|
||||||
excludeExternals: true,
|
excludeExternals: true,
|
||||||
excludePrivate: true,
|
excludePrivate: true,
|
||||||
|
excludeProtected: true,
|
||||||
excludeNotExported: true,
|
excludeNotExported: true,
|
||||||
theme: "default",
|
theme: "default",
|
||||||
readme: "none",
|
readme: "none",
|
||||||
|
|
|
@ -12,6 +12,7 @@ module.exports = {
|
||||||
externalPattern: "node_modules",
|
externalPattern: "node_modules",
|
||||||
excludeExternals: true,
|
excludeExternals: true,
|
||||||
excludePrivate: true,
|
excludePrivate: true,
|
||||||
|
excludeProtected: true,
|
||||||
excludeNotExported: true,
|
excludeNotExported: true,
|
||||||
theme: "default",
|
theme: "default",
|
||||||
readme: "none",
|
readme: "none",
|
||||||
|
|
Loading…
Reference in New Issue