mirror of
https://github.com/documentationjs/documentation.git
synced 2026-02-01 14:53:07 +00:00
Use recoverable: true option for doctrine
This commit is contained in:
parent
062b55eb4f
commit
1f403c5e3e
@ -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 = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user