module Accessible_paths : sig ... endval lookup_page : Accessible_paths.t -> string -> Odoc_model.Root.t optionval fetch_page : Accessible_paths.t -> Odoc_model.Root.t -> (Page.t, [> `Msg of string ]) Result.resulttype t = Odoc_xref2.Env.resolverval create : ?important_digests:bool -> directories:Fs.Directory.t list -> open_modules:string list -> builderPrepare the environment for a given list of include directories
- parameter important_digests
indicate whether digests should be compared when doc-ock tries to lookup or fetch a unit. It defaults to
true.
val build : builder -> [ `Unit of Compilation_unit.t | `Page of Page.t ] -> tInitialize the environment for the given unit.