NAME
otags - generage TAGS files for emacs/vi
SYNOPIS
otags [-v] [-o <str>] [-sc] [-sa <str>] [-sr <str>] [-r] [-f] [-vi]
[-emacs] [-camlp4 <str>] [-pa <str>] [-q] [-version] [-help] [--help]
files
DESCRIPTION
otags is a tool for building TAGS files for emacs and vi. TAGS files
provide the editor with an index table, mapping important symbol names
to locations in source files. This allows the developer to quickly
jump to a function in a different file than the one he is currently
visiting in the buffer.
otags parses a set of OCaml source files, in either the standard or
revised syntax, and creates a TAGS file with the locations of
functions, type declarations, record fields, sum type constructors,
etc...
OPTIONS
-v display debug messages
-o <str>
output tags file (default: TAGS) (use - for standard output)
-sc suffix list: clear (default: [.mli; .ml])
-sa <str>
suffix list: add target
-sr <str>
suffix list: remove target
-r enable recursive directory search
-f disable recursive directory search (default)
-vi generate vi tags
-emacs generate emacs tags (default)
-camlp4 <str>
camlp4 command (default: camlp4)
-pa <str>
add camlp4 parser (default: pa_o.cmo; pa_op.cmo)
-q accept quotations in input
-version
display otags version number
-help Display list of options
--help Display list of options
AUTHORS
otags was written by
Cuihtlauac Alvarado <cuihtlauac.alvarado@francetelecom.com> and
Jean-Francois Monin <jeanfrancois.monin@francetelecom.com>
This man page was written by Mike Furr <mfurr@debian.org>.
SEE ALSO
ocaml(1), emacs(1), vi(1)