summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorHO-COOH <42881734+HO-COOH@users.noreply.github.com>2021-05-17 21:21:46 +0800
committerGitHub <noreply@github.com>2021-05-17 15:21:46 +0200
commit327f8a8c12c0981ad5b31cf7dfde636e3fa43a9a (patch)
tree3ce9fde1f2d0bfcf31eb93794ea63940f768a83b /README.md
parent57b20882140ea56b2c67fa43f345af114041f027 (diff)
downloaddoxdocgen-327f8a8c12c0981ad5b31cf7dfde636e3fa43a9a.tar.gz
Add comment detection in providing doxygen command (#229)
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index f3c29e1..a87f85e 100644
--- a/README.md
+++ b/README.md
@@ -234,6 +234,12 @@ Each of them can be configured with its own custom text and you can decide if th
// Substitute {email} with git config --get user.email.
"doxdocgen.generic.useGitUserEmail": false
+
+ // Provide intellisense and snippet for doxygen commands
+ "doxdocgen.generic.commandSuggestion": true
+
+ // Add `\\` in doxygen command suggestion for better readbility (need to enable commandSuggestion)
+ "doxdocgen.generic.commandSuggestionAddPrefix": false
```
## Contributors