From 10ab92b2f480ee56c0441093e88e2ccc6285bf99 Mon Sep 17 00:00:00 2001 From: pabloFuente Date: Fri, 31 Aug 2018 15:57:45 +0200 Subject: [PATCH] openvidu-browser and openvidu-node-client typedoc config updated --- .../config/typedoc/custom-theme/assets/js/main.js | 9 ++++++--- openvidu-browser/config/typedoc/typedoc.js | 4 ---- .../config/typedoc/custom-theme/assets/js/main.js | 9 ++++++--- openvidu-node-client/config/typedoc/typedoc.js | 4 ---- 4 files changed, 12 insertions(+), 14 deletions(-) diff --git a/openvidu-browser/config/typedoc/custom-theme/assets/js/main.js b/openvidu-browser/config/typedoc/custom-theme/assets/js/main.js index b5a9440e..53ba8d40 100644 --- a/openvidu-browser/config/typedoc/custom-theme/assets/js/main.js +++ b/openvidu-browser/config/typedoc/custom-theme/assets/js/main.js @@ -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; } diff --git a/openvidu-browser/config/typedoc/typedoc.js b/openvidu-browser/config/typedoc/typedoc.js index 73fe02e3..1857fd2e 100644 --- a/openvidu-browser/config/typedoc/typedoc.js +++ b/openvidu-browser/config/typedoc/typedoc.js @@ -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" } \ No newline at end of file diff --git a/openvidu-node-client/config/typedoc/custom-theme/assets/js/main.js b/openvidu-node-client/config/typedoc/custom-theme/assets/js/main.js index b5a9440e..53ba8d40 100644 --- a/openvidu-node-client/config/typedoc/custom-theme/assets/js/main.js +++ b/openvidu-node-client/config/typedoc/custom-theme/assets/js/main.js @@ -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; } diff --git a/openvidu-node-client/config/typedoc/typedoc.js b/openvidu-node-client/config/typedoc/typedoc.js index 966ef2be..461cfde6 100644 --- a/openvidu-node-client/config/typedoc/typedoc.js +++ b/openvidu-node-client/config/typedoc/typedoc.js @@ -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" } \ No newline at end of file