Module Odoc_model.FrontmatterSource

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