Use recoverable: true option for doctrine

This commit is contained in:
John Firebaugh 2015-06-12 12:01:40 -04:00
parent 062b55eb4f
commit 1f403c5e3e

View File

@ -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 = {