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 /package.json | |
| parent | 62c3a6909a01032359742aa66c306743966e7dd2 (diff) | |
| download | doxdocgen-e6779da505893e76d54ea4bf89a10304e55665b7.tar.gz | |
Add option to generate return type documentation
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/package.json b/package.json index a5d6658..bbaf64d 100644 --- a/package.json +++ b/package.json @@ -26,6 +26,11 @@ "/**", "/*!" ] + }, + "doxdocgen.generic.generateReturnType": { + "description": "Insert return type into generated documentation", + "type": "boolean", + "default": true } } } |