Module Odoc_html__.Tree
module Paths = Odoc_model.Pathsval string_of_syntax : syntax -> string
type kind=[|`Arg|`Mod|`Mty|`Class|`Cty|`Page]type uri=|Absolute of string|Relative of stringThe type for absolute and relative URIs. The relative URIs are resolved using the HTML output directory as a target.
val enter : ?kind:kind -> string -> unitval leave : unit -> unit
Page creator
val make : ?header_docs:Html_types.flow5_without_header_footer Html.elt list -> ?theme_uri:uri -> Html_types.div_content Html.elt list -> t list -> tmake ?theme_uri (body, children)calls "the page creator" to turnbodyinto an[ `Html ] elt. Iftheme_uriis provided, it will be used to locate the theme files, otherwise the HTML output directory is used.
module Relative_link : sig ... endval render_fragment : Paths.Fragment.t -> stringval open_details : bool Stdlib.refWhether
<details>tags should be opened by default or not. Default istrue.