package odoc

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type docs = {
  1. elements : block_element Odoc_model.Comment.with_location list;
  2. suppress_warnings : bool;
}
type docs_or_stop = [
  1. | `Docs of docs
  2. | `Stop
]
OCaml

Innovation. Community. Security.