openvidu-browser: exclude js files from Typedoc

pull/375/head
pabloFuente 2019-07-29 10:07:14 +02:00
parent 519f2b87e9
commit 9ab61256ba
1 changed files with 3 additions and 1 deletions

View File

@ -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,