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 /README.md | |
| parent | 57b20882140ea56b2c67fa43f345af114041f027 (diff) | |
| download | doxdocgen-327f8a8c12c0981ad5b31cf7dfde636e3fa43a9a.tar.gz | |
Add comment detection in providing doxygen command (#229)
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |