summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorChristoph Schlosser <2466365+cschlosser@users.noreply.github.com>2020-10-03 17:15:04 +0200
committerGitHub <noreply@github.com>2020-10-03 17:15:04 +0200
commit15dcabb5903b68bbc8b490b1d0e220d13acf63b7 (patch)
treea62d3347ba3cf1c3044ca2b153f6374af56dec6c /package.json
parent2af50bd62c2e26975a46b499c1c687be42be80a1 (diff)
downloaddoxdocgen-15dcabb5903b68bbc8b490b1d0e220d13acf63b7.tar.gz
Add custom tags to generic order (#173)
Diffstat (limited to 'package.json')
-rw-r--r--package.json12
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": {