Module Odoc_odoc.Resolver

type t
val create : important_digests:bool -> directories:Odoc_odoc.Fs.Directory.t list -> open_modules:string list -> t
val lookup_page : t -> string -> Odoc_model.Lang.Page.t option
val build_compile_env_for_unit : t -> Odoc_model.Lang.Compilation_unit.t -> Odoc_xref2.Env.t
val build_env_for_page : t -> Odoc_model.Lang.Page.t -> Odoc_xref2.Env.t
val build_env_for_reference : t -> Odoc_xref2.Env.t
val resolve_import : t -> string -> Odoc_model.Root.t option