MCMTAGS:

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
EXAMPLES
AUTHOR
REPORTING BUGS
COPYRIGHT
SEE ALSO

NAME

mcmtags - Generate tag files from MCM files

SYNOPSIS

mcmtags [DIR..]

DESCRIPTION

Generate an index (or "tag") file from all *.mcm files found below the current directory, or if directories given as arguments, below those directories. The resulting tags are written to ./tags.

Print warnings for any files that fail to parse.

OPTIONS

-V, --version

show version

-t simple|qualified|both, --tag-type=simple|qualified|both

type of tag to output (default = both). simple works with all editors that support tags. qualified outputs qualified tags (e.g. "Admin.Packages.add" instead of just "add"). Use of these tags requires additional support in your editor (e.g. with the supplied mcm.vim). both outputs both simple and qualified tags. This produces a larger-than-necessary tags file but should work in all situations.

EXAMPLES

Generate ./tags from all *.mcm files found below the current directory:

mcmtags

Generate ./tags from all *.mcm files found below ./src and ./test:

mcmtags src test

AUTHOR

Written by Anthony Doggett <mcm@interfaces.org.uk>

REPORTING BUGS

Please email the author at the above address, preferably with sufficient information to reproduce the bug.

COPYRIGHT

Copyright (c) 2014-2019 Anthony Doggett

<http://interfaces.org.uk/mcm>

SEE ALSO

mcm(1), ctags(1)