sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Odig toplevel support.
val init : ?conf:Conf.t -> unit -> unit
init ~conf ()
initalizes the toplevel support library with conf
(defaults to Odig.Conf.default_file
).
Note. Only call this if you need to setup another configuration. Initialisation happens automatically.
val assume_inc : Fpath.t -> unit
assume_inc dir
assumes that dir
has been included.
val assume_obj : Fpath.t -> unit
assume_obj obj
assumes that obj
has been loaded.