aboutsummaryrefslogtreecommitdiff
path: root/node_modules/typedoc/dist/lib/cli.js
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-08-14 05:01:11 +0200
committerFlorian Dold <florian.dold@gmail.com>2017-08-14 05:02:09 +0200
commit363723fc84f7b8477592e0105aeb331ec9a017af (patch)
tree29f92724f34131bac64d6a318dd7e30612e631c7 /node_modules/typedoc/dist/lib/cli.js
parent5634e77ad96bfe1818f6b6ee70b7379652e5487f (diff)
downloadwallet-core-363723fc84f7b8477592e0105aeb331ec9a017af.tar.xz
node_modules
Diffstat (limited to 'node_modules/typedoc/dist/lib/cli.js')
-rw-r--r--node_modules/typedoc/dist/lib/cli.js60
1 files changed, 30 insertions, 30 deletions
diff --git a/node_modules/typedoc/dist/lib/cli.js b/node_modules/typedoc/dist/lib/cli.js
index 1399663b6..f9a1cb3a4 100644
--- a/node_modules/typedoc/dist/lib/cli.js
+++ b/node_modules/typedoc/dist/lib/cli.js
@@ -81,37 +81,37 @@ var CliApplication = (function (_super) {
enumerable: true,
configurable: true
});
+ __decorate([
+ component_1.Option({
+ name: 'out',
+ help: 'Specifies the location the documentation should be written to.',
+ hint: declaration_1.ParameterHint.Directory
+ })
+ ], CliApplication.prototype, "out", void 0);
+ __decorate([
+ component_1.Option({
+ name: 'json',
+ help: 'Specifies the location and file name a json file describing the project is written to.',
+ hint: declaration_1.ParameterHint.File
+ })
+ ], CliApplication.prototype, "json", void 0);
+ __decorate([
+ component_1.Option({
+ name: 'version',
+ short: 'v',
+ help: 'Print the TypeDoc\'s version.',
+ type: declaration_1.ParameterType.Boolean
+ })
+ ], CliApplication.prototype, "version", void 0);
+ __decorate([
+ component_1.Option({
+ name: 'help',
+ short: 'h',
+ help: 'Print this message.',
+ type: declaration_1.ParameterType.Boolean
+ })
+ ], CliApplication.prototype, "help", void 0);
return CliApplication;
}(application_1.Application));
-__decorate([
- component_1.Option({
- name: 'out',
- help: 'Specifies the location the documentation should be written to.',
- hint: declaration_1.ParameterHint.Directory
- })
-], CliApplication.prototype, "out", void 0);
-__decorate([
- component_1.Option({
- name: 'json',
- help: 'Specifies the location and file name a json file describing the project is written to.',
- hint: declaration_1.ParameterHint.File
- })
-], CliApplication.prototype, "json", void 0);
-__decorate([
- component_1.Option({
- name: 'version',
- short: 'v',
- help: 'Print the TypeDoc\'s version.',
- type: declaration_1.ParameterType.Boolean
- })
-], CliApplication.prototype, "version", void 0);
-__decorate([
- component_1.Option({
- name: 'help',
- short: 'h',
- help: 'Print this message.',
- type: declaration_1.ParameterType.Boolean
- })
-], CliApplication.prototype, "help", void 0);
exports.CliApplication = CliApplication;
//# sourceMappingURL=cli.js.map \ No newline at end of file