Module Component.CCommentSource

type docs = {
  1. elements : block_element Odoc_model.Comment.with_location list;
  2. warnings_tag : string option;
}
type docs_or_stop = [
  1. | `Docs of docs
  2. | `Stop
]