Odoc_odoc.EnvManagement of the documentation environment.
This is the module which does the link between packages, directories and DocOck's needs.
val create :
?important_digests:bool ->
directories:Fs.Directory.t list ->
builderPrepare the environment for a given list of include directories
val build : builder -> [ `Unit of Compilation_unit.t | `Page of Page.t ] -> tInitialize the environment for the given unit.
val resolver : t -> Odoc_xref.resolverGet a resolver from an env
val expander : t -> Odoc_xref.expanderGet an expander from an env