Scroll to navigation

ODOC(1) Odoc Manual ODOC(1)

NAME

odoc - documentation generator for OCaml

SYNOPSIS

odoc COMMAND ...

COMMANDS

Compile a cmti, cmt, cmi or mld file to an odoc file.
List units (with their digest) which needs to be compiled in order to compile this one. The unit itself and its digest is also reported in the output.
TODO: Fill in.
DEPRECATED: Use `odoc support-files' to copy the CSS file for the default theme.
Generates an html file from an odoc one
lists the packages which need to be in odoc's load path to process html from the .odoc files in the given directory
Generates an html fragment file from an mld one
TODO: Fill in.
Copy the support files (e.g. default theme, JavaScript files) to the output directory.
Lists the names of the files that 'odoc support-files' outputs.

OPTIONS

--help[=FMT] (default=auto)
Show this help in format FMT. The value FMT must be one of `auto', `pager', `groff' or `plain'. With `auto', the format is `pager` or `plain' whenever the TERM env var is `dumb' or undefined.
--version
Show version information.
Odoc %%VERSION%%