summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorRowan Goemans <RB.Goemans@student.han.nl>2017-12-31 02:54:54 +0100
committerChristoph Schlosser <christophschlosser@users.noreply.github.com>2018-02-20 22:02:22 +0100
commit16e4ed410f2bc29e528bf6ec872bdf92478749a7 (patch)
tree9f9a661c150460de78fc8f88796158d2cb32f362 /package.json
parent1746f21bc3720585d2fe877db8d69aae301ff02c (diff)
downloaddoxdocgen-16e4ed410f2bc29e528bf6ec872bdf92478749a7.tar.gz
-- Added test for constructors and destructors.
-- Removed config value for null on bool pointer return. I think it's to confusing for users. -- Fixed some small remaining refactor bugs.
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 0 insertions, 5 deletions
diff --git a/package.json b/package.json
index 67b83b8..20e5ab5 100644
--- a/package.json
+++ b/package.json
@@ -64,11 +64,6 @@
"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",