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