Parser_
This module does not have a toplevel documentation block.
type sections_allowed = sections_allowed
let parse_comment: ( ~permissive: bool, ~sections_allowed: sections_allowed, ~containing_definition: label_parent, ~location: Lexing.position, ~text: string ) => with_warnings(result(docs, Error.t))
let errors_to_warnings: with_warnings( result(docs, Error.t) ) => with_warnings(result(docs, Error.t))
Converts fatal errors to warnings for now, by emitting a blank comment. This is a temporary measure, because the code that drives the parser does not yet have proper error handling written.