Odoc_document.CommentSourceResource 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.
val non_link_inline_element_list :
Comment.non_link_inline_element Comment.with_location list ->
Types.Inline.tval link_content :
Comment.non_link_inline_element Comment.with_location list ->
Types.Inline.tval inline_element_list :
Comment.inline_element Odoc_model.Location_.with_location list ->
Types.Inline.tval nestable_block_element_list :
Comment.nestable_block_element Comment.with_location list ->
Types.Block.tval heading_level_to_int :
[< `Paragraph
| `Section
| `Subparagraph
| `Subsection
| `Subsubsection
| `Title ] ->
intval 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) ->
Types.Item.tval 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 ->
Types.Block.one listThe documentation of the expansion is used if there is no comment attached to the declaration.
val standalone :
Comment.block_element Odoc_model.Location_.with_location list ->
Types.Item.t list