Class Odoc_texi.text

method heading : int -> Odoc_info.text -> string
method label : ?no_:bool -> string -> string
method texi_of_Block : Odoc_info.text -> Odoc_info.Name.t
method texi_of_Bold : Odoc_info.text -> Odoc_info.Name.t
method texi_of_Center : Odoc_info.text -> Odoc_info.Name.t
method texi_of_Code : Odoc_info.Name.t -> Odoc_info.Name.t
method texi_of_CodePre : Odoc_info.Name.t -> Odoc_info.Name.t
method texi_of_Emphasize : Odoc_info.text -> Odoc_info.Name.t
method texi_of_Enum : Odoc_info.text list -> Odoc_info.Name.t
method texi_of_Italic : Odoc_info.text -> Odoc_info.Name.t
method texi_of_Left : Odoc_info.text -> Odoc_info.Name.t
method texi_of_List : Odoc_info.text list -> Odoc_info.Name.t
method texi_of_Newline : Odoc_info.Name.t
method texi_of_Raw : Odoc_info.Name.t -> Odoc_info.Name.t
method texi_of_Ref : Odoc_info.Name.t -> Odoc_info.ref_kind option -> Odoc_info.Name.t
method texi_of_Right : Odoc_info.text -> Odoc_info.Name.t
method texi_of_Subscript : Odoc_info.text -> Odoc_info.Name.t
method texi_of_Superscript : Odoc_info.text -> Odoc_info.Name.t
method texi_of_Target : target:string -> code:Odoc_info.Name.t -> Odoc_info.Name.t
method texi_of_Title : int -> Odoc_info.text -> Odoc_info.Name.t
method texi_of_Verbatim : Odoc_info.Name.t -> Odoc_info.Name.t
method texi_of_custom_text : string -> Odoc_info.text -> Odoc_info.Name.t
method texi_of_text : Odoc_info.text -> string
method texi_of_text_element : Odoc_info.text_element -> Odoc_info.Name.t