class gen : unit ->
object
.. end
Inherits
val mutable current_group : Tdl.group
method gen_if_tag : Odoc_info.Name.t -> string -> Odoc_info.info option -> unit
method scan_value : Odoc_info.Value.t_value -> unit
method scan_type : Odoc_info.Type.t_type -> unit
method scan_exception : Odoc_info.Exception.t_exception -> unit
method scan_attribute : Odoc_info.Value.t_attribute -> unit
method scan_method : Odoc_info.Value.t_method -> unit
method scan_included_module : Odoc_info.Module.included_module -> unit
method scan_class_pre : Odoc_info.Class.t_class -> bool
method scan_class_type_pre : Odoc_info.Class.t_class_type -> bool
method scan_module_pre : Odoc_info.Module.t_module -> bool
method scan_module_type_pre : Odoc_info.Module.t_module_type -> bool
method scan_module_elements : Odoc_info.Module.t_module -> unit
method scan_module_list : Odoc_info.Module.t_module list -> unit
method generate : Odoc_info.Module.t_module list -> unit