odoc.model
Odoc_model.Root
A root can be seen as a unique representative of a odoc file.
Roots are used by doc-ock (at the root of every resolved path/identifier/reference) and present at the beginning of every .odoc file.
.odoc
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
module Package : sig ... end
module Odoc_file : sig ... end
type t = {
id : Paths.Identifier.OdocId.t;
file : Odoc_file.t;
digest : Digest.t;
}
val equal : t -> t -> bool
val hash : t -> int
val compare : t -> t -> int
val to_string : t -> string
module Hash_table : Hashtbl.S with type key = t