From 4939806ae705953cfc1ca8cf54f20d98e9be9d03 Mon Sep 17 00:00:00 2001 From: Dean Anderson Date: Thu, 27 Sep 2018 16:51:01 -0400 Subject: customTag will supply ISO date format if user configured format empty Added separate templates for author name {author} and email {email} Added method to make multiple template substitutions in a string customTag will now replace {author}, {email}, {date} and {year} templates --- package.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index a6112da..1aed081 100644 --- a/package.json +++ b/package.json @@ -141,10 +141,20 @@ "type": "number", "default": 20 }, + "doxdocgen.generic.authorName": { + "description": "Set the name of the author. Replaces {author}.", + "type": "string", + "default": "your name" + }, + "doxdocgen.generic.authorEmail": { + "description": "Set the e-mail address of the author. Replaces {email}.", + "type": "string", + "default": "you@domain.com" + }, "doxdocgen.generic.authorTag": { "description": "Set the style of the author tag and your name.", "type": "string", - "default": "@author your name" + "default": "@author {author} ({email})" }, "doxdocgen.generic.dateTemplate": { "description": "The template for the date parameter in Doxygen.", -- cgit v1.2.3