Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val to_html :
?wrap:unit ->
get_package:('a -> string) ->
'a DocOck.Types.Documentation.t ->
Html_types.div_content_fun Tyxml.Html.elt list
When wrap
is passed, then "(** *)" are added around the documentation.
val first_to_html :
get_package:('a -> string) ->
'a DocOck.Types.Documentation.t ->
Html_types.div_content_fun Tyxml.Html.elt list
Converts the first paragraph (i.e. everything up to the first blank line) to html.