Module Odoc_model.SidebarSource

Sourcemodule PageToc : sig ... end
Sourcetype library = {
  1. name : string;
  2. units : Paths.Identifier.RootModule.t list;
}
Sourcetype page_hierarchy = {
  1. hierarchy_name : string;
  2. pages : PageToc.t;
}
Sourcetype t = {
  1. pages : page_hierarchy list;
  2. libraries : library list;
}