Component.CComment
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