this repo has no description
1(** [ocamlmark] support. *)
2
3(** {1:parsing ocamlmark parsing} *)
4
5val parse_comment :
6 ?buffer:Buffer.t ->
7 location:Lexing.position ->
8 text:string ->
9 unit ->
10 Odoc_parser.Ast.t * Odoc_parser.Warning.t list
11(** [parse_comment ~location ~text] parses the ocamlmark [text] assuming it
12 corresponds to [location]. [buffer] is used as a scratch buffer. *)