diff options
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 e24e723..d30bd48 100644 --- a/package.json +++ b/package.json @@ -240,6 +240,11 @@ "description": "Provide intellisense and snippet for doxygen commands", "type": "boolean", "default": true + }, + "doxdocgen.generic.commandSuggestionAddPrefix": { + "markdownDescription": "Add `\\` in doxygen command suggestion for better readbility (need to enable commandSuggestion)", + "type": "boolean", + "default": false } } } |