Module Odoc_model.FrontmatterSource

Sourcetype child =
  1. | Page of string
  2. | Dir of string
Sourcetype t = {
  1. children_order : children_order option;
}
Sourceval empty : t
Sourceval parse : string Location_.with_location -> t