From f928a1049c6582e2fbb044676c5bbca89d9b7e33 Mon Sep 17 00:00:00 2001 From: Christoph Schlosser Date: Sat, 24 Feb 2018 10:57:22 +0100 Subject: Generate description of file Fix #51 --- package.json | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'package.json') diff --git a/package.json b/package.json index e8000a3..d19ff9e 100644 --- a/package.json +++ b/package.json @@ -88,6 +88,16 @@ "description": "How many lines the plugin should look for to find the end of the declaration. Please be aware that setting this value too low may improve the speed of comment generation but the plugin also may not correctly detect all declarations or definitions anymore.", "type": "number", "default": 20 + }, + "doxdocgen.file.author": { + "description": "Set the style of the author tag and your name.", + "type": "string", + "default": "@author your name" + }, + "doxdocgen.file.file": { + "description": "The template for the file parameter in DoxyGen.", + "type": "string", + "default": "@file {name}" } } } -- cgit v1.2.3