openvidu-browser and openvidu-node-client typedoc config updated

pull/117/merge
pabloFuente 2018-08-31 15:57:45 +02:00
parent ce2f8a39f3
commit 10ab92b2f4
4 changed files with 12 additions and 14 deletions

View File

@ -1,7 +1,10 @@
var __extends = (this && this.__extends) || (function () { var __extends = (this && this.__extends) || (function () {
var extendStatics = Object.setPrototypeOf || var extendStatics = function (d, b) {
extendStatics = Object.setPrototypeOf ||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || ({ __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]; }; function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
return extendStatics(d, b);
}
return function (d, b) { return function (d, b) {
extendStatics(d, b); extendStatics(d, b);
function __() { this.constructor = d; } function __() { this.constructor = d; }

View File

@ -18,9 +18,5 @@ module.exports = {
excludeExternals: true, excludeExternals: true,
excludePrivate: true, excludePrivate: true,
theme: "./config/typedoc/custom-theme/bin", 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" readme: "none"
} }

View File

@ -1,7 +1,10 @@
var __extends = (this && this.__extends) || (function () { var __extends = (this && this.__extends) || (function () {
var extendStatics = Object.setPrototypeOf || var extendStatics = function (d, b) {
extendStatics = Object.setPrototypeOf ||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || ({ __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]; }; function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
return extendStatics(d, b);
}
return function (d, b) { return function (d, b) {
extendStatics(d, b); extendStatics(d, b);
function __() { this.constructor = d; } function __() { this.constructor = d; }

View File

@ -13,9 +13,5 @@ module.exports = {
excludeExternals: true, excludeExternals: true,
excludePrivate: true, excludePrivate: true,
theme: "./config/typedoc/custom-theme/bin", 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" readme: "none"
} }