Odoc_document.Commentmodule Comment = Odoc_model.Commentval source_of_code : string -> Odoc_document.Types.Source.token listmodule Reference : sig ... endval leaf_inline_element :
Comment.leaf_inline_element ->
Odoc_document.Types.Inline.oneval non_link_inline_element :
Comment.non_link_inline_element ->
Odoc_document.Types.Inline.oneval non_link_inline_element_list :
Comment.non_link_inline_element Comment.with_location list ->
Odoc_document.Types.Inline.tval link_content :
Comment.non_link_inline_element Comment.with_location list ->
Odoc_document.Types.Inline.tval inline_element : Comment.inline_element -> Odoc_document.Types.Inline.tval inline_element_list :
Comment.inline_element Odoc_model.Location_.with_location list ->
Odoc_document.Types.Inline.tval module_references :
Comment.module_reference list ->
Odoc_document.Types.Block.oneval nestable_block_element :
Comment.nestable_block_element ->
Odoc_document.Types.Block.one listval paragraph : Comment.paragraph -> Odoc_document.Types.Block.oneval nestable_block_element_list :
Comment.nestable_block_element Comment.with_location list ->
Odoc_document.Types.Block.tval tag : Comment.tag -> Odoc_document.Types.Description.oneval attached_block_element :
Comment.attached_block_element ->
Odoc_document.Types.Block.tval block_element : Comment.block_element -> Odoc_document.Types.Block.tval 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.tval item_element : Comment.block_element -> Odoc_document.Types.Item.t listval synopsis :
decl_doc:
[> `Paragraph of Comment.paragraph ] as 'a Odoc_parser__Loc.with_location
list ->
expansion_doc:'a Odoc_parser__Loc.with_location list option ->
Odoc_document.Types.Block.one listval standalone :
Comment.block_element Odoc_model.Location_.with_location list ->
Odoc_document.Types.Item.t listval to_ir : Comment.docs -> Odoc_document.Types.Block.one list