package ocaml-base-compiler

  1. Overview
  2. Docs
type source_file =
  1. | Impl_file of string
  2. | Intf_file of string
  3. | Text_file of string
val include_dirs : string list Pervasives.ref
val merge_options : Odoc_types.merge_option list Pervasives.ref
val classic : bool Pervasives.ref
val dump : string option Pervasives.ref
val load : string list Pervasives.ref
val sort_modules : bool Pervasives.ref
val no_stop : bool Pervasives.ref
val no_custom_tags : bool Pervasives.ref
val remove_stars : bool Pervasives.ref
val keep_code : bool Pervasives.ref
val inverse_merge_ml_mli : bool Pervasives.ref
val filter_with_module_constraints : bool Pervasives.ref
val hidden_modules : string list Pervasives.ref
val files : source_file list Pervasives.ref
val errors : int Pervasives.ref
val warn_error : bool Pervasives.ref
val show_missed_crossref : bool Pervasives.ref
val pwarning : string -> unit
val out_file : string Pervasives.ref
val verbose : bool Pervasives.ref
val intro_file : string option Pervasives.ref
val title : string option Pervasives.ref
val target_dir : string Pervasives.ref
val with_toc : bool Pervasives.ref
val with_index : bool Pervasives.ref
val with_header : bool Pervasives.ref
val with_trailer : bool Pervasives.ref