jon.recoil.org

Module Component.CCommentSource

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