package odig
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Lookup documentation of installed OCaml packages
Install
dune-project
Dependency
erratique.ch
Readme
Changelog
ISC; LicenseRef-ParaType-Free-Font-License; LicenseRef-DejaVu-fonts License
Edit opam file
Versions (2)
Authors
Maintainers
Sources
odig-0.1.0.tbz
sha512=acabe752f5010900e9fe024321d6e34cc07f395ebd18f015a00b88c4c6482645b591a83a3f088f110adaf83e062551feb800a1dbca7646cce305eb3f542cfa41
doc/odig_support/Odig_support/Doc_cobj/index.html
Module Odig_support.Doc_cobjSource
Lookup package API documention compilation objects.
The compilation objects relevant for documentation are looked up according to the following rules:
- Packages denote which compilation units should appear in the docs by installing their
cmifile. - For each of these files odig looks, in the same directory, first for a corresponding
cmtifile then if missing for acmtfile, then if none of these exist thecmifile. - For
cmtiorcmtfiles which have no correspondingcmifile odig collects them and deems them to be hidden (odocwill be called with the--hiddenoption).
Documentation compilation objects
The type for kinds of documentation compilation object.
The type for documentation compilation objects.
modname cobj is the module name of cobj (as determined from the filename).
hidden cobj is true if odoc must compile cobj with the --hidden option.
don't_list cobj is true if cobj should not appear in module indexes.
Queries
of_pkg pkg are the compilation objects of pkg that are useful for documentation generation.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page