> どの ctagsをお使いかわからないのですが、
cygwinに付属してるctagsです。
$ ctags --version
ctags (GNU Emacs 21.4.15)
Copyright (C) 1999 Free Software Foundation, Inc. and Ken Arnold
This program is distributed under the same terms as Emacs
> 少なくとも最新の ctagsパッケージの中
> のバイナリであれば、-R (equal --recurse) が使えるようです。
$ ctags --recurse
ctags: unrecognized option `--recurse'
Try `ctags --help' for a complete list of options.
$ ctags -R
ctags: no input files specified.
Try `ctags --help' for a complete list of options.
となります。
-R, --no-regex
Don't create tags from regexps for the following files.
となっています。
|