Module Doctree.Toc

type t = one list
and one = {
  1. url : Odoc_document.Url.t;
  2. text : Odoc_document.Types.Inline.t;
  3. children : t;
}