Odoc_html.Commentmodule Html = Tyxml.Htmlval to_html :
?xref_base_uri:string ->
?syntax:Tree.syntax ->
Odoc_model.Comment.docs ->
[> Html_types.flow5_without_header_footer ] Html.elt listval first_to_html :
?xref_base_uri:string ->
?syntax:Tree.syntax ->
Odoc_model.Comment.docs ->
[> Html_types.flow5_without_header_footer ] Html.elt listConverts the first paragraph (i.e. everything up to the first blank line) to html.
val link_content_to_html :
Odoc_model.Comment.link_content ->
[> Html_types.phrasing_without_interactive ] Html.elt listval has_doc : Odoc_model.Comment.docs -> bool