Module Odoc_odoc__Depends
module Compile : sig ... end
val for_compile_step : Odoc_odoc.Fs.File.t -> Compile.t list
Takes a .cm{i,t,ti} file and returns the list of its dependencies.
val for_html_step : Odoc_odoc.Fs.Directory.t -> (Odoc_model.Root.t list, [> Odoc_odoc.Or_error.msg ]) Odoc_odoc.Or_error.result
Takes the directory where the .odoc files of a given package are stored and returns the list of roots that need to be in odoc's load path to process html from these .odoc files.