Module Component.CCommentSource

type block_element = [
  1. | Odoc_model.Comment.nestable_block_element
  2. | `Heading of Label.t
  3. | `Tag of Odoc_model.Comment.tag
]
type docs_or_stop = [
  1. | `Docs of docs
  2. | `Stop
]