Generator.dotval mutable loc_colors : (Odoc_info.Name.t * string) listval mutable modules : Odoc_info.Module.t_module listmethod generate : Odoc_info.Module.t_module list -> unitmethod generate_for_module : Format.formatter ->
Odoc_info.Module.t_module ->
unitmethod generate_for_type : Format.formatter ->
(Odoc_info.Type.t_type * Odoc_info.Name.t list) ->
unitmethod generate_modules : Odoc_info.Module.t_module list -> unitmethod generate_types : Odoc_info.Type.t_type list -> unitmethod node_color : Odoc_info.Name.t -> string optionmethod print_module_atts : Format.formatter ->
Odoc_info.Module.t_module ->
unitmethod print_one_dep : Format.formatter ->
Odoc_info.Name.t ->
Odoc_info.Name.t ->
unitmethod print_type_atts : Format.formatter -> Odoc_info.Type.t_type -> unit