odoc.model
Lang.Page
odoc
odoc.document
odoc.examples
odoc.html
odoc.html_support_files
odoc.index
odoc.json_index
odoc.latex
odoc.loader
odoc.manpage
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 child =
| Page_child of string
| Module_child of string
type t = {
name : Paths.Identifier.Page.t;
root : Root.t;
content : Comment.docs;
children : child list;
frontmatter : Frontmatter.t;
digest : Digest.t;
linked : bool;
}