Module Doctree.TocSource

Sourcetype t = one list
Sourceand one = {
  1. url : Url.t;
  2. text : Types.Inline.t;
  3. children : t;
}
Sourceval compute : Url.Path.t -> on_sub:(Types.Include.status -> bool) -> Types.Item.t list -> t