⚠️ Oops! This page doesn't appear to define a type called _.
Edit

Parser_

This module does not have a toplevel documentation block.

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.