From d78b9876918ce8d65876968ee120b2144178af32 Mon Sep 17 00:00:00 2001 From: Rowan Goemans Date: Sun, 15 Oct 2017 13:23:50 +0200 Subject: -- Fixed various issues that came out of the pull request review. --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index 5d97618..01e9ad7 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "type": "string", "default": "/**" }, - "doxdocgen.generic.commentPrefix": { + "doxdocgen.generic.prefix": { "description": "The pre fix that is used for each comment line.", "type": "string", "default": " * " @@ -36,7 +36,7 @@ "doxdocgen.generic.lastLine": { "description": "The last line of the comment that gets generated. If empty it won't get generated at all.", "type": "string", - "default": "**/" + "default": " */" }, "doxdocgen.generic.newLineAfterBrief": { "description": "Whether to insert a newline after a brief.", @@ -56,7 +56,7 @@ "doxdocgen.generic.includeTypeAtReturn": { "description": "Whether include type information at return.", "type": "boolean", - "default": false + "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.", @@ -76,7 +76,7 @@ "doxdocgen.generic.returnTemplate": { "description": "The template of the return DoxyGen line that is generated. If empty it won't get generated at all.", "type": "string", - "default": "@return {param} " + "default": "@return {type} " } } } -- cgit v1.2.3