summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorChristoph Schlosser <christoph@linux.com>2019-06-22 13:42:30 +0200
committerChristoph Schlosser <christoph@linux.com>2019-06-22 13:42:30 +0200
commit68e28690ae7c199e4c1f75d33f863878d8592ef5 (patch)
tree8cb8fe7bbdd494760a33e3fa557eb9024b42be87 /package.json
parent969fd3d3f5572f31c955c5b719a8e889cecda76b (diff)
downloaddoxdocgen-68e28690ae7c199e4c1f75d33f863878d8592ef5.tar.gz
Current WIP
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 8302a6e..2cfa4c1 100644
--- a/package.json
+++ b/package.json
@@ -176,6 +176,11 @@
"type": "boolean",
"default": true
},
+ "doxdocgen.generic.indentWidth": {
+ "description": "At how many spaces the documentation should be inserted. Only Valid for param and tparam.",
+ "type": "number",
+ "default": 0
+ },
"doxdocgen.generic.order": {
"description": "The order to use for the comment generation. Values can be used multiple times. Valid values are shown in default setting.",
"type": ["array", "string"],