diff options
| author | Rowan Goemans <RB.Goemans@student.han.nl> | 2017-10-15 13:23:50 +0200 |
|---|---|---|
| committer | Rowan Goemans <RB.Goemans@student.han.nl> | 2017-10-15 13:23:50 +0200 |
| commit | d78b9876918ce8d65876968ee120b2144178af32 (patch) | |
| tree | 1b7708352880ca754242b8582a0bc94696f23ddc /package.json | |
| parent | 87ca9071ad68251156fa1fab5fc60603309a4f32 (diff) | |
| download | doxdocgen-d78b9876918ce8d65876968ee120b2144178af32.tar.gz | |
-- Fixed various issues that came out of the pull request review.
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 8 |
1 files changed, 4 insertions, 4 deletions
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} " } } } |