Module Odoc_model.Frontmatter
type short_title = Odoc_model.Comment.link_contenttype children_order =
Odoc_model.Frontmatter.child Odoc_model.Location_.with_location list
Odoc_model.Location_.with_locationtype t = {children_order : Odoc_model.Frontmatter.children_order option;short_title : Odoc_model.Frontmatter.short_title option;toc_status : [ `Open | `Hidden ] option;order_category : string option;
}val empty : Odoc_model.Frontmatter.ttype tag_payload =
Odoc_model.Comment.nestable_block_element Odoc_model.Location_.with_location
listval parse_children_order :
Odoc_model.Location_.span ->
Odoc_model.Frontmatter.tag_payload ->
(Odoc_model.Frontmatter.line Odoc_model.Location_.with_location,
Odoc_model.Error.t)
Stdlib.resultval parse_short_title :
Odoc_model.Location_.span ->
Odoc_model.Frontmatter.tag_payload ->
(Odoc_model.Frontmatter.line Odoc_model.Location_.with_location,
Odoc_model.Error.t)
Stdlib.resultval parse_order_category :
Odoc_model.Location_.span ->
Odoc_model.Frontmatter.tag_payload ->
(Odoc_model.Frontmatter.line Odoc_model.Location_.with_location,
Odoc_model.Error.t)
Stdlib.result