summaryrefslogtreecommitdiffstats
path: root/src/Config.ts
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 /src/Config.ts
parent0ebfa5bd12e529d8febe73c85d3bf48c4d4997e8 (diff)
downloaddoxdocgen-cc0d69edcd362c1abde9d0005c70d8e3692395bc.tar.gz
-- Fixed tslint issues.
-- Added config parameter to add type information to return DoxyGen parameter.
Diffstat (limited to 'src/Config.ts')
-rw-r--r--src/Config.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Config.ts b/src/Config.ts
index f8011c3..3cc78fb 100644
--- a/src/Config.ts
+++ b/src/Config.ts
@@ -10,6 +10,7 @@ export enum Config {
newLineAfterBrief = "newLineAfterBrief",
newLineAfterParams = "newLineAfterParams",
newLineAfterTParams = "newLineAfterTParams",
+ includeTypeAtReturn = "includeTypeAtReturn",
briefTemplate = "briefTemplate",
paramTemplate = "paramTemplate",
tparamTemplate = "tparamTemplate",