summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 7fc0664..bdfc729 100644
--- a/README.md
+++ b/README.md
@@ -234,13 +234,13 @@ Each of them can be configured with its own custom text and you can decide if th
"doxdocgen.generic.useGitUserName": false,
// Substitute {email} with git config --get user.email.
- "doxdocgen.generic.useGitUserEmail": false
+ "doxdocgen.generic.useGitUserEmail": false,
// Provide intellisense and snippet for doxygen commands
- "doxdocgen.generic.commandSuggestion": true
+ "doxdocgen.generic.commandSuggestion": true,
// Add `\\` in doxygen command suggestion for better readbility (need to enable commandSuggestion)
- "doxdocgen.generic.commandSuggestionAddPrefix": false
+ "doxdocgen.generic.commandSuggestionAddPrefix": false,
}
```