module Ast : sig ... end
val parse_comment_raw : location:Stdlib.Lexing.position -> text:string -> Ast.docs Odoc_model.Error.with_warnings
val parse_comment : sections_allowed:Ast.sections_allowed -> containing_definition:Odoc_model.Paths.Identifier.LabelParent.t -> location:Stdlib.Lexing.position -> text:string -> Odoc_model.Comment.docs Odoc_model.Error.with_warnings
val parse_reference : string -> (Odoc_model.Paths.Reference.t, [> `Msg of string ]) Result.result