Component.CComment
Sourcetype block_element = [
| Odoc_model.Comment.nestable_block_element
| `Heading of Label.t
| `Tag of Odoc_model.Comment.tag
| `Media of Odoc_model.Comment.media_href * Odoc_model.Comment.media * string
]
type docs = {
elements : block_element Odoc_model.Comment.with_location list;
warnings_tag : string option;
}