Module Odoc_model.RootSource
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.
Source
type t = {id : Odoc_model.Paths.Identifier.OdocId.t;file : Odoc_model.Root.Odoc_file.t;digest : Stdlib.Digest.t;
}