Module Odoc_texi

val esc_8bits : bool ref
val info_section : string ref
val info_entry : string list ref
val puts_nl : out_channel -> string -> unit
val puts : out_channel -> string -> unit
val nl : out_channel -> unit
val is : 'a option -> bool
val pad_to : int -> string -> string
val indent : int -> string -> string
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 menu_data = [ `Blank | `Class of Odoc_info.Class.t_class | `Class_type of Odoc_info.Class.t_class_type | `Comment of string | `Index of string | `Module of Odoc_info.Module.t_module | `Module_type of Odoc_info.Module.t_module_type | `Texi of string ] list
val module_subparts : Odoc_info.Module.module_element list -> [> `Class of Odoc_info.Class.t_class | `Class_type of Odoc_info.Class.t_class_type | `Module of Odoc_info.Module.t_module | `Module_type of Odoc_info.Module.t_module_type ] list
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
]
val indices : [< `Class | `Class_att | `Class_type | `Exception | `Extension | `Method | `Module | `Module_type | `Type | `Value ] -> string
val indices_names : (string * string) list
module Texi : sig ... end
val titles_and_headings : (int * (string * string)) list ref
val title : ('a * 'b) -> 'a
val heading : ('a * 'b) -> 'b
val fallback_title : string
val fallback_heading : string
class text : object ... end
exception Aliased_node
module Generator : sig ... end
module type Texi_generator = sig ... end