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) --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 24de003..fcb6f08 100644 --- a/README.md +++ b/README.md @@ -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} ", -- cgit v1.2.3