Module Odoc_model.Frontmatter

type child =
  1. | Page of string
  2. | Dir of string
  3. | Module of string
type short_title = Comment.link_content
type line
type t = {
  1. children_order : children_order option;
  2. short_title : short_title option;
  3. toc_status : [ `Open | `Hidden ] option;
  4. order_category : string option;
}
val empty : t