From 16e4ed410f2bc29e528bf6ec872bdf92478749a7 Mon Sep 17 00:00:00 2001 From: Rowan Goemans Date: Sun, 31 Dec 2017 02:54:54 +0100 Subject: -- 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. --- package.json | 5 ----- 1 file changed, 5 deletions(-) (limited to 'package.json') 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", -- cgit v1.2.3