openvidu-browser: exclude js files from Typedoc
This commit is contained in:
parent
519f2b87e9
commit
9ab61256ba
@ -13,7 +13,9 @@ module.exports = {
|
||||
exclude: [
|
||||
"**/OpenViduInternal/Interfaces/Private/**",
|
||||
"**/OpenViduInternal/WebRtcStats/WebRtcStats.ts",
|
||||
"**/OpenViduInternal/WebRtcPeer/WebRtcPeer.ts"
|
||||
"**/OpenViduInternal/WebRtcPeer/WebRtcPeer.ts",
|
||||
"**/OpenViduInternal/ScreenSharing/**",
|
||||
"**/OpenViduInternal/KurentoUtils/**"
|
||||
],
|
||||
excludeExternals: true,
|
||||
excludePrivate: true,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user