Odoc_html.Types
type uri =
| Absolute of string
| Relative of Odoc_document.Url.Path.t option
The 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;
}