-
-title
- takes a string in argument to be used to format
the title. Any #l character sequence will be replaced by the
basename of the file in lower case, #c by the basename capitalized
and #u by the basename in upper case, #e by the file extension and
## by a single # character.
- -notitle
- produce the same title as
-title '\label{#l#e}'
- -intf
- produce the same title as
-title '\section{Module \module{#c} signature}
\label{#l.mli}'
- -impl
- produce the same title as
-title '\section{Module \module{#c} implementation}
\label{#l.ml}'
- -standalone
- produce the same title as
-title '\section{Standalone program \module{#c}}
\label{#l.ml}'
- -ext
- if the file extension is .ml, equivalent
to -impl, if it is .mli, equivalent to
-intf, else produce the same title as
-title '\section{#l#e}
\label{#l#e}'
- -auto
- as with option -ext but if both a
signature file and an implementation file exist, process the two
files (signature first).