From 327f8a8c12c0981ad5b31cf7dfde636e3fa43a9a Mon Sep 17 00:00:00 2001 From: HO-COOH <42881734+HO-COOH@users.noreply.github.com> Date: Mon, 17 May 2021 21:21:46 +0800 Subject: Add comment detection in providing doxygen command (#229) --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README.md') 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 -- cgit v1.2.3