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