aboutsummaryrefslogtreecommitdiff
path: root/node_modules/typedoc/dist/lib/output/plugins/MarkedLinksPlugin.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/typedoc/dist/lib/output/plugins/MarkedLinksPlugin.js')
-rw-r--r--node_modules/typedoc/dist/lib/output/plugins/MarkedLinksPlugin.js25
1 files changed, 13 insertions, 12 deletions
diff --git a/node_modules/typedoc/dist/lib/output/plugins/MarkedLinksPlugin.js b/node_modules/typedoc/dist/lib/output/plugins/MarkedLinksPlugin.js
index b3540db9b..fdb4f64a1 100644
--- a/node_modules/typedoc/dist/lib/output/plugins/MarkedLinksPlugin.js
+++ b/node_modules/typedoc/dist/lib/output/plugins/MarkedLinksPlugin.js
@@ -21,7 +21,7 @@ var components_1 = require("../components");
var events_1 = require("../events");
var component_1 = require("../../utils/component");
var declaration_1 = require("../../utils/options/declaration");
-var MarkedLinksPlugin = MarkedLinksPlugin_1 = (function (_super) {
+var MarkedLinksPlugin = (function (_super) {
__extends(MarkedLinksPlugin, _super);
function MarkedLinksPlugin() {
var _this = _super !== null && _super.apply(this, arguments) || this;
@@ -31,6 +31,7 @@ var MarkedLinksPlugin = MarkedLinksPlugin_1 = (function (_super) {
_this.warnings = [];
return _this;
}
+ MarkedLinksPlugin_1 = MarkedLinksPlugin;
MarkedLinksPlugin.prototype.initialize = function () {
_super.prototype.initialize.call(this);
this.listenTo(this.owner, (_a = {},
@@ -121,18 +122,18 @@ var MarkedLinksPlugin = MarkedLinksPlugin_1 = (function (_super) {
};
}
};
+ __decorate([
+ component_1.Option({
+ name: 'listInvalidSymbolLinks',
+ help: 'Emits a list of broken symbol [[navigation]] links after documentation generation',
+ type: declaration_1.ParameterType.Boolean
+ })
+ ], MarkedLinksPlugin.prototype, "listInvalidSymbolLinks", void 0);
+ MarkedLinksPlugin = MarkedLinksPlugin_1 = __decorate([
+ components_1.Component({ name: 'marked-links' })
+ ], MarkedLinksPlugin);
return MarkedLinksPlugin;
+ var MarkedLinksPlugin_1;
}(components_1.ContextAwareRendererComponent));
-__decorate([
- component_1.Option({
- name: 'listInvalidSymbolLinks',
- help: 'Emits a list of broken symbol [[navigation]] links after documentation generation',
- type: declaration_1.ParameterType.Boolean
- })
-], MarkedLinksPlugin.prototype, "listInvalidSymbolLinks", void 0);
-MarkedLinksPlugin = MarkedLinksPlugin_1 = __decorate([
- components_1.Component({ name: 'marked-links' })
-], MarkedLinksPlugin);
exports.MarkedLinksPlugin = MarkedLinksPlugin;
-var MarkedLinksPlugin_1;
//# sourceMappingURL=MarkedLinksPlugin.js.map \ No newline at end of file