summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
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 041abf3..67b83b8 100644
--- a/package.json
+++ b/package.json
@@ -59,6 +59,16 @@
"type": "boolean",
"default": true
},
+ "doxdocgen.generic.boolReturnsTrueFalse": {
+ "description": "If this is enabled a bool return value will be split into true and false return param.",
+ "type": "boolean",
+ "default": true
+ },
+ "doxdocgen.generic.boolPointerReturnsNull": {
+ "description": "If this is enabled a pointer to a bool return value will include a null return param.",
+ "type": "boolean",
+ "default": true
+ },
"doxdocgen.generic.briefTemplate": {
"description": "The template of the brief DoxyGen line that is generated. If empty it won't get generated at all.",
"type": "string",