Component.CComment
type block_element = [
| `Code_block of
string option
* string Odoc_model.Comment.with_location
* Odoc_model.Comment.nestable_block_element Odoc_model.Comment.with_location
list
option
| `Heading of Label.t
| `List of
[ `Ordered | `Unordered ]
* Odoc_model.Comment.nestable_block_element Odoc_model.Comment.with_location
list
list
| `Math_block of string
| `Modules of Odoc_model.Comment.module_reference list
| `Paragraph of Odoc_model.Comment.paragraph
| `Table of
Odoc_model.Comment.nestable_block_element Odoc_model.Comment.abstract_table
| `Tag of Odoc_model.Comment.tag
| `Verbatim of string
]
type docs = block_element Odoc_model.Comment.with_location list