diff options
| author | Rowan Goemans <RB.Goemans@student.han.nl> | 2017-10-15 02:26:22 +0200 |
|---|---|---|
| committer | Rowan Goemans <RB.Goemans@student.han.nl> | 2017-10-15 02:26:22 +0200 |
| commit | cc0d69edcd362c1abde9d0005c70d8e3692395bc (patch) | |
| tree | 2d991729ec43b411dcbde82a4dd0424cdd0b9771 /src/Config.ts | |
| parent | 0ebfa5bd12e529d8febe73c85d3bf48c4d4997e8 (diff) | |
| download | doxdocgen-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.ts | 1 |
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", |