package odoc

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
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
]
OCaml

Innovation. Community. Security.