diff options
| author | Christoph Schlosser <christoph@linux.com> | 2019-06-22 13:42:30 +0200 |
|---|---|---|
| committer | Christoph Schlosser <christoph@linux.com> | 2019-06-22 13:42:30 +0200 |
| commit | 68e28690ae7c199e4c1f75d33f863878d8592ef5 (patch) | |
| tree | 8cb8fe7bbdd494760a33e3fa557eb9024b42be87 /package.json | |
| parent | 969fd3d3f5572f31c955c5b719a8e889cecda76b (diff) | |
| download | doxdocgen-68e28690ae7c199e4c1f75d33f863878d8592ef5.tar.gz | |
Current WIP
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 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"], |