diff options
| author | HO-COOH <42881734+HO-COOH@users.noreply.github.com> | 2021-05-17 21:21:46 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-17 15:21:46 +0200 |
| commit | 327f8a8c12c0981ad5b31cf7dfde636e3fa43a9a (patch) | |
| tree | 3ce9fde1f2d0bfcf31eb93794ea63940f768a83b /package.json | |
| parent | 57b20882140ea56b2c67fa43f345af114041f027 (diff) | |
| download | doxdocgen-327f8a8c12c0981ad5b31cf7dfde636e3fa43a9a.tar.gz | |
Add comment detection in providing doxygen command (#229)
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 } } } |