Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val fpath_arg : Fpath.t Cmdliner.Arg.conv
val html_dir : Fpath.t Cmdliner.Term.t
val verbose : bool Cmdliner.Term.t
val stats : bool Cmdliner.Term.t
val nb_workers : int Cmdliner.Term.t
val odoc_bin : string option Cmdliner.Term.t
val odoc_md_bin : string option Cmdliner.Term.t
val generate_json : bool Cmdliner.Term.t
type t = {
verbose : bool;
html_dir : Fpath.t;
stats : bool;
nb_workers : int;
odoc_bin : string option;
odoc_md_bin : string option;
generate_json : bool;
}
val term : t Cmdliner.Term.t