Odoc_html.Typestype uri = | Absolute of string| Relative of Odoc_document.Url.Path.t optionThe type for absolute and relative URIs. The relative URIs are resolved using the HTML output directory as a target.
*)type toc = {title : Html_types.flow5_without_interactive Tyxml.Html.elt list;title_str : string;href : string;children : toc list;}