Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
var bName = b.name || ''
return aName.localeCompare(bName)
})
comments = comments.map(function (comment) {
delete comment.author
if (comment.errors && comment.errors.length) {
console.error(
'ERROR:\n'
+ comment.errors.map(function (c) { return c.message }).join('\n')
+ '\n'
)
}
return comment
})
return documentation.formats.md.call(this, comments)
}