package mdx

  1. Overview
  2. Docs

Module Mdx.Ocaml_delimiterSource

Sourcetype syntax =
  1. | Cmt
  2. | Attr

The Attr syntax is legacy, its support will be dropped in 2.x in favor of Cmt.

Sourcetype part_begin = {
  1. indent : string;
  2. payload : string;
}
Sourcetype t =
  1. | Part_begin of syntax * part_begin
  2. | Part_end
Sourceval parse : string -> (t option, [ `Msg of string ]) Result.result
OCaml

Innovation. Community. Security.