mirror of https://github.com/OpenVidu/openvidu.git
openvidu-browser and openvidu-node-client typedoc config updated
parent
ce2f8a39f3
commit
10ab92b2f4
|
@ -1,7 +1,10 @@
|
|||
var __extends = (this && this.__extends) || (function () {
|
||||
var extendStatics = Object.setPrototypeOf ||
|
||||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
||||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
||||
var extendStatics = function (d, b) {
|
||||
extendStatics = Object.setPrototypeOf ||
|
||||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
||||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
||||
return extendStatics(d, b);
|
||||
}
|
||||
return function (d, b) {
|
||||
extendStatics(d, b);
|
||||
function __() { this.constructor = d; }
|
||||
|
|
|
@ -18,9 +18,5 @@ module.exports = {
|
|||
excludeExternals: true,
|
||||
excludePrivate: true,
|
||||
theme: "./config/typedoc/custom-theme/bin",
|
||||
plugin: [
|
||||
"typedoc-plugin-sourcefile-url",
|
||||
],
|
||||
'sourcefile-url-prefix': "https://github.com/OpenVidu/openvidu/tree/master/openvidu-browser/src/",
|
||||
readme: "none"
|
||||
}
|
|
@ -1,7 +1,10 @@
|
|||
var __extends = (this && this.__extends) || (function () {
|
||||
var extendStatics = Object.setPrototypeOf ||
|
||||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
||||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
||||
var extendStatics = function (d, b) {
|
||||
extendStatics = Object.setPrototypeOf ||
|
||||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
||||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
||||
return extendStatics(d, b);
|
||||
}
|
||||
return function (d, b) {
|
||||
extendStatics(d, b);
|
||||
function __() { this.constructor = d; }
|
||||
|
|
|
@ -13,9 +13,5 @@ module.exports = {
|
|||
excludeExternals: true,
|
||||
excludePrivate: true,
|
||||
theme: "./config/typedoc/custom-theme/bin",
|
||||
plugin: [
|
||||
"typedoc-plugin-sourcefile-url",
|
||||
],
|
||||
'sourcefile-url-prefix': "https://github.com/OpenVidu/openvidu/tree/master/openvidu-node-client/src/",
|
||||
readme: "none"
|
||||
}
|
Loading…
Reference in New Issue