unit ->
object
  val mutable current_group : Tdl.group
  method gen_if_tag :
    Odoc_info.Name.t -> string -> Odoc_info.info option -> unit
  method generate : Odoc_info.Module.t_module list -> unit
  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_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_value : Odoc_info.Value.t_value -> unit
end