odoc.xref2
Component.CComment
odoc
odoc.document
odoc.examples
odoc.html
odoc.latex
odoc.loader
odoc.manpage
odoc.model
odoc.model_desc
odoc.ocamlary
odoc.odoc
odoc.xref_test
type block_element = [
| Odoc_model.Comment.nestable_block_element
| `Heading of Label.t
| `Tag of Odoc_model.Comment.tag
]
type docs = block_element Odoc_model.Comment.with_location list
type docs_or_stop = [
| `Docs of docs
| `Stop