Skip to content

Commit 3d09034

Browse files
author
Alexej Yaroshevich
committed
update comment-parser and fix option names
1 parent eba2890 commit 3d09034

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

lib/jsdoc-helpers.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ function jsDocParseComments (comments) {
5353

5454
function parseJsDoc (comment) {
5555
var parsed = parse(comment, {
56-
lineNumbers: true,
57-
rawValue: true
56+
'line_numbers': true,
57+
'raw_value': true
5858
})[0] || {};
5959
parsed.tags = parsed.tags || [];
6060
return parsed;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"node": ">= 0.10.0"
2121
},
2222
"dependencies": {
23-
"comment-parser": "zxqfox/comment-parser#jscs-jsdoc",
23+
"comment-parser": "0.2.0",
2424
"doctrine": "^0.5.2"
2525
},
2626
"devDependencies": {

0 commit comments

Comments
 (0)