From 15dcabb5903b68bbc8b490b1d0e220d13acf63b7 Mon Sep 17 00:00:00 2001 From: Christoph Schlosser <2466365+cschlosser@users.noreply.github.com> Date: Sat, 3 Oct 2020 17:15:04 +0200 Subject: Add custom tags to generic order (#173) --- package.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'package.json') 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": { -- cgit v1.2.3