diff options
| author | Christoph Schlosser <christoph@linux.com> | 2019-06-28 22:41:27 +0200 |
|---|---|---|
| committer | Christoph Schlosser <christoph@linux.com> | 2019-06-28 22:41:27 +0200 |
| commit | 1d863f634d197c786904e9d4ea87a556f9859af9 (patch) | |
| tree | c34828ddca19b357f9c863a37318f95d4b7e4269 /package.json | |
| parent | 1ca956daf7bcba223f14400f21b9695616b0f1d6 (diff) | |
| download | doxdocgen-1d863f634d197c786904e9d4ea87a556f9859af9.tar.gz | |
Remove previous implementation
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/package.json b/package.json index 0e19d96..59f776b 100644 --- a/package.json +++ b/package.json @@ -181,11 +181,6 @@ "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"], |