summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index 95f7e80..b1e3248 100644
--- a/README.md
+++ b/README.md
@@ -215,7 +215,13 @@ Each of them can be configured with its own custom text and you can decide if th
"doxdocgen.generic.splitCasingSmartText": true,
// Array of keywords that should be removed from the input prior to parsing.
- "doxdocgen.generic.filteredKeywords": []
+ "doxdocgen.generic.filteredKeywords": [],
+
+ // Substitute {author} with git config --get user.name.
+ "doxdocgen.generic.useGitUserName": false,
+
+ // Substitute {email} with git config --get user.email.
+ "doxdocgen.generic.useGitUserEmail": false
```
## Contributors