Generator.dot
val mutable loc_colors : (Odoc_info.Name.t * string) list
val mutable modules : Odoc_info.Module.t_module list
method generate : Odoc_info.Module.t_module list -> unit
method generate_for_module : Format.formatter ->
Odoc_info.Module.t_module ->
unit
method generate_for_type : Format.formatter ->
(Odoc_info.Type.t_type * Odoc_info.Name.t list) ->
unit
method generate_modules : Odoc_info.Module.t_module list -> unit
method generate_types : Odoc_info.Type.t_type list -> unit
method node_color : Odoc_info.Name.t -> string option
method print_module_atts : Format.formatter ->
Odoc_info.Module.t_module ->
unit
method print_one_dep : Format.formatter ->
Odoc_info.Name.t ->
Odoc_info.Name.t ->
unit
method print_type_atts : Format.formatter -> Odoc_info.Type.t_type -> unit