mcmtags - Generate tag files from MCM files
mcmtags [DIR..]
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.
-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.
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
Written by Anthony Doggett <mcm@interfaces.org.uk>
Please email the author at the above address, preferably with sufficient information to reproduce the bug.
Copyright (c) 2014-2019 Anthony Doggett
<http://interfaces.org.uk/mcm>
mcm(1), ctags(1)