Class Odoc_html.info

val mutable tag_functions : (string * (Odoc_info.text -> string)) list
method html_of_alerts : Buffer.t -> Odoc_info.alert list -> unit
method html_of_author_list : Buffer.t -> string list -> unit
method html_of_before : Buffer.t -> (string * Odoc_info.text) list -> unit
method html_of_custom : Buffer.t -> (string * Odoc_info.text) list -> unit
method html_of_info : ?cls:string -> ?indent:bool -> Buffer.t -> Odoc_types.info option -> unit
method html_of_info_first_sentence : Buffer.t -> Odoc_types.info option -> unit
method html_of_raised_exceptions : Buffer.t -> (string * Odoc_info.text) list -> unit
method html_of_return_opt : Buffer.t -> Odoc_info.text option -> unit
method html_of_see : Buffer.t -> (Odoc_info.see_ref * Odoc_info.text) -> unit
method html_of_sees : Buffer.t -> (Odoc_info.see_ref * Odoc_info.text) list -> unit
method html_of_since_opt : Buffer.t -> string option -> unit
method html_of_text : ?with_p:bool -> Buffer.t -> Odoc_info.text -> unit
method html_of_version_opt : Buffer.t -> string option -> unit