diff options
| author | Christoph Schlosser <christoph@linux.com> | 2017-10-14 14:08:29 +0200 |
|---|---|---|
| committer | Christoph Schlosser <christophschlosser@users.noreply.github.com> | 2017-10-14 14:14:57 +0200 |
| commit | e6779da505893e76d54ea4bf89a10304e55665b7 (patch) | |
| tree | e1522f2b921a7ed954597df5f6e3d0da0d87f90f /src/Config.ts | |
| parent | 62c3a6909a01032359742aa66c306743966e7dd2 (diff) | |
| download | doxdocgen-e6779da505893e76d54ea4bf89a10304e55665b7.tar.gz | |
Add option to generate return type documentation
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 92d208c..2e449cf 100644 --- a/src/Config.ts +++ b/src/Config.ts @@ -4,4 +4,5 @@ export enum ConfigType { export enum Config { commentStart = "commentStart", + generateReturnType = "generateReturnType", } |