jon.recoil.org

Module Lang.PageSource

type child =
  1. | Page_child of string
  2. | Module_child of string
type t = {
  1. name : Odoc_model.Paths.Identifier.Page.t;
  2. root : Odoc_model.Root.t;
  3. content : Odoc_model.Comment.docs;
  4. children : Odoc_model.Lang.Page.child list;
  5. frontmatter : Odoc_model.Frontmatter.t;
  6. digest : Stdlib.Digest.t;
  7. linked : bool;
}