Edit
MarkdownOfOCamldoc
This module does not have a toplevel documentation block.
let : (
[< `Section | `Subsection | `Subsubsection | `Title ],
'a,
Omd.t
) => element
let handleRef: Reference.t(
[< Paths.Reference.kind
> `Class `ClassType `Constructor `Exception `Extension `Field `Method
`Module `ModuleType `Type `Value ]
) => string
let convertItem: (
'a,
with_location(
[< `Code_block of string
| `Doc of string
| `Example of Omd.name * string
| `Heading of
[< `Section | `Subsection | `Subsubsection | `Title ] * 'j1 *
Comment.non_link_inline_element Comment.with_location list
| `List of
[ `Ordered | `Unordered ] *
Comment.nestable_block_element Comment.with_location list list
| `Modules of Comment.Reference.module_ list
| `Paragraph of Comment.inline_element Comment.with_location list
| `Tag of
[> `Author of string
| `Deprecated of
Comment.nestable_block_element Location_.with_location list
| `Param of
string *
Comment.nestable_block_element Location_.with_location list
| `Raise of
string *
Comment.nestable_block_element Location_.with_location list
| `Return of
Comment.nestable_block_element Location_.with_location list
| `See of
'k1 * Omd.href *
Comment.nestable_block_element Location_.with_location list
| `Since of string ]
| `Verbatim of string ]
)
) => element