Module Odoc_html.Tree

module Html = Tyxml.Html
type uri =
| Absolute of string
| Relative of string

The type for absolute and relative URIs. The relative URIs are resolved using the HTML output directory as a target.

Page creator

make ?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.

val open_details : bool Stdlib.ref

Whether <details> tags should be opened by default or not. Default is true.