package odoc

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Renderer.BlockSource

Sourcetype code_block = {
  1. info_string : string option;
  2. code : string list;
}
Sourcetype list_type =
  1. | Unordered
  2. | Ordered
Sourcetype id = [
  1. | `Auto of string
  2. | `Id of string
]
Sourcetype heading = {
  1. level : int;
  2. inline : Inline.t;
  3. id : id option;
}
Sourcemodule Table : sig ... end
Sourcetype t =
  1. | Blank_line
  2. | Blocks of t list
  3. | Code_block of code_block
  4. | Heading of heading
  5. | Html_block of string list
  6. | Unordered_list of t list
  7. | Ordered_list of t list
  8. | Paragraph of Inline.t
  9. | Table of Table.t
Sourceval empty : t
OCaml

Innovation. Community. Security.