diff options
| author | Christoph Schlosser <2466365+cschlosser@users.noreply.github.com> | 2020-10-03 17:15:04 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-03 17:15:04 +0200 |
| commit | 15dcabb5903b68bbc8b490b1d0e220d13acf63b7 (patch) | |
| tree | a62d3347ba3cf1c3044ca2b153f6374af56dec6c /README.md | |
| parent | 2af50bd62c2e26975a46b499c1c687be42be80a1 (diff) | |
| download | doxdocgen-15dcabb5903b68bbc8b490b1d0e220d13acf63b7.tar.gz | |
Add custom tags to generic order (#173)
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -199,9 +199,13 @@ Each of them can be configured with its own custom text and you can decide if th "empty", "tparam", "param", - "return" + "return", + "custom" ], + // Custom tags to be added to the generic order. One tag per line will be added. You have to specify the prefix yourself. + "doxdocgen.generic.customTags": [], + // The template of the param Doxygen line(s) that are generated. If empty it won't get generated at all. "doxdocgen.generic.paramTemplate": "@param {param} ", |