Documentation compilation objects
val path : t -> B00_std.Fpath.t
path cobj
is the path to cobj
.
val modname : t -> string
modname cobj
is the module name of cobj
(as determined from the filename).
hidden cobj
is true
if odoc must compile cobj
with the --hidden
option.
val don't_list : t -> bool
don't_list cobj
is true
if cobj
should not appear in module indexes.
Queries
of_pkg pkg
are the compilation objects of pkg
that are useful for documentation generation.
val by_modname : ?init:t list B00_std.String.Map.t -> t list -> t list B00_std.String.Map.t
by_modname ~init cobjs
indexes cobjs
by module name and adds them to init
(defaults to String
.Map.empty).