odoc.odoc
Classify.Archive
odoc
odoc.document
odoc.examples
odoc.html
odoc.html_support_files
odoc.index
odoc.json_index
odoc.latex
odoc.loader
odoc.manpage
odoc.model
odoc.model_desc
odoc.ocamlary
odoc.occurrences
odoc.odoc_utils
odoc.search
odoc.search_html_frontend
odoc.syntax_highlighter
odoc.xref2
odoc.xref_test
type name = string
type t = {
name : name;
modules : StringSet.t;
intf_deps : StringSet.t;
impl_deps : StringSet.t;
}
val empty : name -> t
val normalise : t -> t
val add_cu : t -> Cmo_format.compilation_unit -> t
val add_unit_info : t -> Cmx_format.unit_infos -> t
val add_module_by_name : t -> StringSet.elt -> t
val filter_by_cmis : StringSet.elt list -> t -> t
val has_modules : t -> bool
val pp : Format.formatter -> t -> unit