package odoc

  1. Overview
  2. Docs

doc/odoc.xref2/Odoc_xref2/Component/CComment/index.html

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
]
OCaml

Innovation. Community. Security.