jon.recoil.org

Module Odoc_model.FrontmatterSource

Sourcetype child =
  1. | Page of string
  2. | Dir of string
  3. | Module of string
Sourcetype line
Sourcetype 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;
}