summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorChristoph Schlosser <christoph@linux.com>2018-02-24 10:57:22 +0100
committerChristoph Schlosser <christophschlosser@users.noreply.github.com>2018-02-25 01:58:38 +0100
commitf928a1049c6582e2fbb044676c5bbca89d9b7e33 (patch)
treebd8cf6d766c495a9a737e709167f62c02f59b02a /package.json
parentd0b9d1868dc91aae5b79b414aaa51ab7100e2b60 (diff)
downloaddoxdocgen-f928a1049c6582e2fbb044676c5bbca89d9b7e33.tar.gz
Generate description of file
Fix #51
Diffstat (limited to 'package.json')
-rw-r--r--package.json10
1 files changed, 10 insertions, 0 deletions
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}"
}
}
}