summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorRowan Goemans <RB.Goemans@student.han.nl>2017-10-15 02:26:22 +0200
committerRowan Goemans <RB.Goemans@student.han.nl>2017-10-15 02:26:22 +0200
commitcc0d69edcd362c1abde9d0005c70d8e3692395bc (patch)
tree2d991729ec43b411dcbde82a4dd0424cdd0b9771 /package.json
parent0ebfa5bd12e529d8febe73c85d3bf48c4d4997e8 (diff)
downloaddoxdocgen-cc0d69edcd362c1abde9d0005c70d8e3692395bc.tar.gz
-- Fixed tslint issues.
-- Added config parameter to add type information to return DoxyGen parameter.
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/package.json b/package.json
index f38fef7..5d97618 100644
--- a/package.json
+++ b/package.json
@@ -53,6 +53,11 @@
"type": "boolean",
"default": false
},
+ "doxdocgen.generic.includeTypeAtReturn": {
+ "description": "Whether include type information at return.",
+ "type": "boolean",
+ "default": false
+ },
"doxdocgen.generic.briefTemplate": {
"description": "The template of the brief DoxyGen line that is generated. If empty it won't get generated at all.",
"type": "string",