From af70cf95d9d010f27da1c1c8987c807ee3255a10 Mon Sep 17 00:00:00 2001 From: HO-COOH <42881734+HO-COOH@users.noreply.github.com> Date: Sat, 15 May 2021 00:14:36 +0800 Subject: Refactor, add {file} template (#221) * Refactor, add {file} template * Add test for {file} expansion --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index c065138..a0bf1d3 100644 --- a/package.json +++ b/package.json @@ -108,7 +108,7 @@ "default": "@version 0.1" }, "doxdocgen.file.customTag": { - "markdownDescription": "Additional file documentation. Array of strings will be converted to one line per element. Can template `{year}`, `{date}`, `{author}` and `{email}`.", + "markdownDescription": "Additional file documentation. Array of strings will be converted to one line per element. Can template `{year}`, `{date}`, `{author}`, `{email}` and `{file}`. You have to specify the prefix.", "type": [ "array", "string" @@ -214,7 +214,7 @@ ] }, "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.", + "description": "Custom tags to be added to the generic order. One tag per line will be added. Can template `{year}`, `{date}`, `{author}`, `{email}` and `{file}`. You have to specify the prefix.", "type": [ "array", "string" -- cgit v1.2.3