Module Odoc_document.CommentSource
module Comment = Odoc_model.CommentResource collection for extension handlers. Resources are collected during document generation and retrieved when building the final page.
Asset collection for extension handlers. Assets (binary files like PNGs) are collected during document generation and written alongside the HTML output.
Source
val non_link_inline_element :
Comment.non_link_inline_element ->
Odoc_document.Types.Inline.oneSource
val non_link_inline_element_list :
Comment.non_link_inline_element Comment.with_location list ->
Odoc_document.Types.Inline.tSource
val link_content :
Comment.non_link_inline_element Comment.with_location list ->
Odoc_document.Types.Inline.tSource
val inline_element_list :
Comment.inline_element Odoc_model.Location_.with_location list ->
Odoc_document.Types.Inline.tSource
val nestable_block_element :
Comment.nestable_block_element ->
Odoc_document.Types.Block.one listSource
val nestable_block_element_list :
Comment.nestable_block_element Comment.with_location list ->
Odoc_document.Types.Block.one listSource
val heading_level_to_int :
[< `Paragraph
| `Section
| `Subparagraph
| `Subsection
| `Subsubsection
| `Title ] ->
intSource
val heading :
(Comment.heading_attrs
* [< `Label of 'a * Odoc_model.Names.LabelName.t ]
Odoc_model.Paths.Identifier.id
* Comment.inline_element Odoc_model.Location_.with_location list) ->
Odoc_document.Types.Item.tSource
val synopsis :
decl_doc:
([> `Paragraph of Comment.paragraph ] as 'a)
Odoc_model.Location_.with_location
list ->
expansion_doc:'a Odoc_model.Location_.with_location list option ->
Odoc_document.Types.Block.one listThe documentation of the expansion is used if there is no comment attached to the declaration.
Source
val standalone :
Comment.block_element Odoc_model.Location_.with_location list ->
Odoc_document.Types.Item.t list