diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/package.json b/package.json index ec2301a..a596b10 100644 --- a/package.json +++ b/package.json @@ -214,7 +214,17 @@ "empty", "tparam", "param", - "return" + "return", + "custom" + ] + }, + "doxdocgen.generic.customTags": { + "description": "Custom tags to be added to the generic order. One tag per line will be added. You have to specify the prefix yourself.", + "type": [ + "array", + "string" + ], + "default": [ ] }, "doxdocgen.generic.filteredKeywords": { |