Class Generator.string_gen

val mutable test_kinds : test_kind list
val mutable fmt : Format.formatter
method generate : Odoc_info.Module.t_module list -> unit
method must_display_types : bool
method scan_attribute : Odoc_info.Value.t_attribute -> unit
method scan_class : Odoc_info.Class.t_class -> unit
method scan_class_comment : Odoc_info.text -> unit
method scan_class_elements : Odoc_info.Class.t_class -> unit
method scan_class_pre : Odoc_info.Class.t_class -> bool
method scan_class_type : Odoc_info.Class.t_class_type -> unit
method scan_class_type_comment : Odoc_info.text -> unit
method scan_class_type_elements : Odoc_info.Class.t_class_type -> unit
method scan_class_type_pre : Odoc_info.Class.t_class_type -> bool
method scan_exception : Odoc_info.Exception.t_exception -> unit
method scan_extension_constructor : Odoc_info.Extension.t_extension_constructor -> unit
method scan_included_module : Odoc_info.Module.included_module -> unit
method scan_method : Odoc_info.Value.t_method -> unit
method scan_module : Odoc_info.Module.t_module -> unit
method scan_module_comment : Odoc_info.text -> unit
method scan_module_elements : Odoc_info.Module.t_module -> unit
method scan_module_list : Odoc_info.Module.t_module list -> unit
method scan_module_pre : Odoc_info.Module.t_module -> bool
method scan_module_type : Odoc_info.Module.t_module_type -> unit
method scan_module_type_comment : Odoc_info.text -> unit
method scan_module_type_elements : Odoc_info.Module.t_module_type -> unit
method scan_module_type_pre : Odoc_info.Module.t_module_type -> bool
method scan_type : Odoc_info.Type.t_type -> unit
method scan_type_const : Odoc_info.Type.t_type -> Odoc_info.Type.variant_constructor -> unit
method scan_type_extension : Odoc_info.Extension.t_type_extension -> unit
method scan_type_extension_constructors : Odoc_info.Extension.t_type_extension -> unit
method scan_type_extension_pre : Odoc_info.Extension.t_type_extension -> bool
method scan_type_pre : Odoc_info.Type.t_type -> bool
method scan_type_recfield : Odoc_info.Type.t_type -> Odoc_info.Type.record_field -> unit
method scan_value : Odoc_info.Value.t_value -> unit
method set_test_kinds_from_module : Odoc_info.Module.t_module -> unit