diff options
| author | Rowan Goemans <RB.Goemans@student.han.nl> | 2017-10-15 13:29:28 +0200 |
|---|---|---|
| committer | Rowan Goemans <RB.Goemans@student.han.nl> | 2017-10-15 13:29:28 +0200 |
| commit | 32baa67d95609fc2b0f20c582fe152eeee98ff35 (patch) | |
| tree | f5435eda43b5d9bd22348f4400028c07b4a446c8 /package.json | |
| parent | d78b9876918ce8d65876968ee120b2144178af32 (diff) | |
| download | doxdocgen-32baa67d95609fc2b0f20c582fe152eeee98ff35.tar.gz | |
-- Fixed issues from review.
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
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": " * " }, |