summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorRowan Goemans <RB.Goemans@student.han.nl>2017-10-15 13:29:28 +0200
committerRowan Goemans <RB.Goemans@student.han.nl>2017-10-15 13:29:28 +0200
commit32baa67d95609fc2b0f20c582fe152eeee98ff35 (patch)
treef5435eda43b5d9bd22348f4400028c07b4a446c8 /package.json
parentd78b9876918ce8d65876968ee120b2144178af32 (diff)
downloaddoxdocgen-32baa67d95609fc2b0f20c582fe152eeee98ff35.tar.gz
-- Fixed issues from review.
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 01e9ad7..c288cd6 100644
--- a/package.json
+++ b/package.json
@@ -28,8 +28,8 @@
"type": "string",
"default": "/**"
},
- "doxdocgen.generic.prefix": {
- "description": "The pre fix that is used for each comment line.",
+ "doxdocgen.generic.commentPrefix": {
+ "description": "The prefix that is used for each comment line.",
"type": "string",
"default": " * "
},