mirror of https://github.com/OpenVidu/openvidu.git
openvidu-browser: exclude js files from Typedoc
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…
Reference in New Issue