diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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, } ``` |