jon.recoil.org

Module Odoc_model.Frontmatter

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