Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val default_default_style : class_definition list
val default_keyword_colors :
(string, string option * string option * string) Hashtbl.t
val make_css :
?default:class_definition list ->
?colors:(string option * string option * string) list ->
string ->
unit
type param = {
line_numbers : bool;
title : bool;
body_only : bool;
tab_size : int;
footnote : bool;
style : style;
html_comments : bool;
charset : string;
annot_filter : Annot.filter;
no_annot : bool;
ie7 : bool;
}
val default_param : param
val ocaml :
?nbsp:bool ->
?keyword_colors:(string, string option * string option * string) Hashtbl.t ->
?param:param ->
Buffer.t ->
Input.token list ->
unit
val ocaml_file :
?filename:string ->
?keyword_colors:(string, string option * string option * string) Hashtbl.t ->
param:param ->
Buffer.t ->
Input.token list ->
unit
val save_file : ?dir:string -> Buffer.t -> string -> unit