summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorChristoph Schlosser <christoph@linux.com>2018-03-01 18:07:26 +0100
committerChristoph Schlosser <christophschlosser@users.noreply.github.com>2018-03-02 20:24:28 +0100
commitf41d471874c07e78a6541994b09e9f8bf751bfe5 (patch)
tree118c2ab8a3ec704742632a9c9c4a35ed5e7904ed /package.json
parent38e3c4c2cf3feb2a73226a295d039fe907b044af (diff)
downloaddoxdocgen-f41d471874c07e78a6541994b09e9f8bf751bfe5.tar.gz
Make smart text configurable
Diffstat (limited to 'package.json')
-rw-r--r--package.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/package.json b/package.json
index a09453d..14f61a4 100644
--- a/package.json
+++ b/package.json
@@ -113,6 +113,21 @@
"description": "The order to use for the date. Valid values are shown in default setting.",
"type": ["array", "string"],
"default": ["brief", "file", "author", "date"]
+ },
+ "doxdocgen.generic.ctorText": {
+ "description": "Smart text snippet for constructors.",
+ "type": "string",
+ "default": "Construct a new {name} object"
+ },
+ "doxdocgen.generic.dtorText": {
+ "description": "Smart text snippet for destructors.",
+ "type": "string",
+ "default": "Destroy the {name} object"
+ },
+ "doxdocgen.generic.generateSmartText": {
+ "description": "Decide if you want to get smart text for certain commands.",
+ "type": "boolean",
+ "default": true
}
}
}