Module Odoc_model.FrontmatterSource
Source
type children_order =
Odoc_model.Frontmatter.child Odoc_model.Location_.with_location list
Odoc_model.Location_.with_locationSource
type 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;
}Source
type tag_payload =
Odoc_model.Comment.nestable_block_element Odoc_model.Location_.with_location
listSource
val 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.resultSource
val 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