Module Doctree.ShiftSource
Source
val shift :
Odoc_document.Doctree.Shift.state ->
int ->
Odoc_document.Doctree.Shift.state * intSource
val walk_documentedsrc :
on_sub:
([> `Include of Odoc_document.Types.Include.t
| `Page of Odoc_document.Types.Subpage.t ] ->
int option) ->
Odoc_document.Doctree.Shift.state ->
Odoc_document.Types.DocumentedSrc.t ->
Odoc_document.Types.DocumentedSrc.tSource
val subpage :
on_sub:
([> `Include of Odoc_document.Types.Include.t
| `Page of Odoc_document.Types.Subpage.t ] ->
int option) ->
Odoc_document.Doctree.Shift.state ->
Odoc_document.Types.Subpage.t ->
Odoc_document.Types.Subpage.tSource
val include_ :
on_sub:
([> `Include of Odoc_document.Types.Include.t
| `Page of Odoc_document.Types.Subpage.t ] ->
int option) ->
Odoc_document.Doctree.Shift.state ->
Odoc_document.Types.Include.t ->
Odoc_document.Types.Include.tSource
val walk_item :
on_sub:
([> `Include of Odoc_document.Types.Include.t
| `Page of Odoc_document.Types.Subpage.t ] ->
int option) ->
Odoc_document.Doctree.Shift.state ->
Odoc_document.Types.Item.t list ->
Odoc_document.Types.Item.t listSource
val compute :
on_sub:
([> `Include of Odoc_document.Types.Include.t
| `Page of Odoc_document.Types.Subpage.t ] ->
int option) ->
Odoc_document.Types.Item.t list ->
Odoc_document.Types.Item.t list