Odoc_html.Treemodule Html = Tyxml.Htmlmodule Paths = Odoc_model.PathsSupported languages for printing code parts.
val string_of_syntax : syntax -> stringThese two functions are used to track the depth while building the tree, which is needed to produce correct links.
val enter : ?kind:kind -> string -> unitval 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 turn body into an [ `Html ] elt. If theme_uri is 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 refWhether <details> tags should be opened by default or not. Default is true.