summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorChristoph Schlosser <christoph@linux.com>2017-10-14 14:08:29 +0200
committerChristoph Schlosser <christophschlosser@users.noreply.github.com>2017-10-14 14:14:57 +0200
commite6779da505893e76d54ea4bf89a10304e55665b7 (patch)
treee1522f2b921a7ed954597df5f6e3d0da0d87f90f /package.json
parent62c3a6909a01032359742aa66c306743966e7dd2 (diff)
downloaddoxdocgen-e6779da505893e76d54ea4bf89a10304e55665b7.tar.gz
Add option to generate return type documentation
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 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
}
}
}