package odoc

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Html = Tyxml.Html
val to_html : ?xref_base_uri:string -> ?syntax:Tree.syntax -> Odoc_model.Comment.docs -> [> Html_types.flow5_without_header_footer ] Html.elt list
val first_to_html : ?xref_base_uri:string -> ?syntax:Tree.syntax -> Odoc_model.Comment.docs -> [> Html_types.flow5_without_header_footer ] Html.elt list

Converts the first paragraph (i.e. everything up to the first blank line) to html.

val has_doc : Odoc_model.Comment.docs -> bool