To focus the search input from anywhere on the page, press the 'S' key.
in-package search v0.1.0
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
package odoc
-
odoc.compat
-
odoc.loader
-
odoc.model
-
-
odoc.parser
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
module Html = Tyxml.Html
module Paths = Odoc_model.Paths
Supported languages for printing code parts.
val string_of_syntax : syntax -> string
These two functions are used to track the depth while building the tree, which is needed to produce correct links.
val enter : ?kind:kind -> string -> unit
Page creator
val make :
?header_docs:Html_types.flow5_without_header_footer Html.elt list ->
?theme_uri:uri ->
Html_types.div_content Html.elt list ->
t list ->
t
make ?theme_uri (body, children)
calls "the page creator" to turn body
into an [ `Html ] elt
. If theme_uri
is provided, it will be used to locate the theme files, otherwise the HTML output directory is used.
module Relative_link : sig ... end
val render_fragment : Paths.Fragment.t -> string
val open_details : bool ref
Whether <details>
tags should be opened by default or not. Default is true
.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page