package odoc
OCaml documentation generator
Install
Dune Dependency
Authors
Maintainers
Sources
odoc-1.5.3.tbz
sha256=f2b76f811658c4b52cb48ac4ffc2ec37cedd2a805111c7f8ec20f8f36b8bbf45
sha512=9e069590e0737c94813d25235b5cfe27feb5a0298a17ff9b9ee446c69827c3a0ea3b7da5d05b278639cd1f0202e0d83356707979edfaa2af73876fc000c23c4d
doc/odoc.model/Odoc_model/Comment/index.html
Module Odoc_model.Comment
module Path = Paths.Path
module Reference = Paths.Reference
module Identifier = Paths.Identifier
type 'a with_location = 'a Location_.with_location
type leaf_inline_element = [
| `Space
| `Word of string
| `Code_span of string
| `Raw_markup of raw_markup_target * string
]
type non_link_inline_element = [
| leaf_inline_element
| `Styled of style * non_link_inline_element with_location list
]
type link_content = non_link_inline_element with_location list
type inline_element = [
| leaf_inline_element
| `Styled of style * inline_element with_location list
| `Reference of Reference.t * link_content
| `Link of string * link_content
]
type nestable_block_element = [
| `Paragraph of inline_element with_location list
| `Code_block of string
| `Verbatim of string
| `Modules of Reference.Module.t list
| `List of [ `Unordered | `Ordered ] * nestable_block_element with_location list list
]
type tag = [
| `Author of string
| `Deprecated of nestable_block_element with_location list
| `Param of string * nestable_block_element with_location list
| `Raise of string * nestable_block_element with_location list
| `Return of nestable_block_element with_location list
| `See of [ `Url | `File | `Document ] * string * nestable_block_element with_location list
| `Since of string
| `Before of string * nestable_block_element with_location list
| `Version of string
| `Canonical of Path.Module.t * Reference.Module.t
| `Inline
| `Open
| `Closed
]
type block_element = [
| nestable_block_element
| `Heading of heading_level * Identifier.Label.t * link_content
| `Tag of tag
]
type docs = block_element with_location list
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>