Module Odoc_texi

Generation of Texinfo documentation.

val esc_8bits : bool ref
val info_section : string ref
val info_entry : string list ref
val titles_and_headings : (int * (string * string)) list ref
type subparts = [
  1. | `Class of Odoc_info.Class.t_class
  2. | `Class_type of Odoc_info.Class.t_class_type
  3. | `Module of Odoc_info.Module.t_module
  4. | `Module_type of Odoc_info.Module.t_module_type
]
type indices = [
  1. | `Class
  2. | `Class_att
  3. | `Class_type
  4. | `Exception
  5. | `Extension
  6. | `Method
  7. | `Module
  8. | `Module_type
  9. | `Type
  10. | `Value
]
module Generator : sig ... end
module type Texi_generator = sig ... end