odoc.html
Odoc_html.Types
odoc
odoc.document
odoc.examples
odoc.html_support_files
odoc.index
odoc.json_index
odoc.latex
odoc.loader
odoc.manpage
odoc.model
odoc.model_desc
odoc.ocamlary
odoc.occurrences
odoc.odoc
odoc.odoc_utils
odoc.search
odoc.search_html_frontend
odoc.syntax_highlighter
odoc.xref2
odoc.xref_test
type uri =
| Absolute of string
| Relative of Odoc_document.Url.Path.t option
type file_uri =
| Relative of Odoc_document.Url.Path.t
type toc = {
title : Html_types.flow5_without_interactive Tyxml.Html.elt list;
title_str : string;
href : string;
children : toc list;
}
type breadcrumb = {
href : string option;
name : Html_types.phrasing_without_interactive Tyxml.Html.elt list;
kind : Odoc_document.Url.Path.kind;
type breadcrumbs = {
parents : breadcrumb list;
current : breadcrumb;
up_url : string option;