diff options
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": " * " }, |