odoc.model
Lang.Page
odoc
odoc.document
odoc.examples
odoc.html
odoc.latex
odoc.loader
odoc.manpage
odoc.model_desc
odoc.ocamlary
odoc.odoc
odoc.xref2
odoc.xref_test
type t = {
name : Paths.Identifier.Page.t;
root : Root.t;
content : Comment.docs;
children : Paths.Reference.t list;
digest : Digest.t;
linked : bool;
}