diff --git a/streams/parse.js b/streams/parse.js index f248079..1130c2d 100644 --- a/streams/parse.js +++ b/streams/parse.js @@ -106,7 +106,9 @@ module.exports = function () { // have doctrine itself remove the comment asterisks from content unwrap: true, // enable parsing of optional parameters in brackets, JSDoc3 style - sloppy: true + sloppy: true, + // keep going whenever possible + recoverable: true }); parsedComment.context = {