Module Odoc_latex.TypesSource
Source
type elt = | Txt of string list| Section of Odoc_latex.Types.section| Verbatim of string| Internal_ref of Odoc_latex.Types.reference| External_ref of string * Odoc_latex.Types.t option| Label of string| Raw of string| Tag of string * Odoc_latex.Types.t| Style of [ `Emphasis | `Bold | `Superscript | `Subscript | `Italic ] * Odoc_latex.Types.t| Code_block of Odoc_latex.Types.t| Inlined_code of Odoc_latex.Types.t| Code_fragment of Odoc_latex.Types.t| Break of Odoc_latex.Types.break_hierarchy| List of Odoc_latex.Types.list_info| Description of (Odoc_latex.Types.t * Odoc_latex.Types.t) list| Indented of Odoc_latex.Types.t| Layout_table of Odoc_latex.Types.layout_table| Table of Odoc_latex.Types.table| Ligaturable of string| Image of Fpath.t