ctags的用法 问题
ajige 2010-12-10 11:11:29 ctags -R * 是为整个 目录中 所有 子目录 的文件 都创建 索引的命令,但是 我用了 之后, 终端显示的是:
ctags: skipping autom4te.cache: it is not a regular file.
ctags: skipping cvs: it is not a regular file.
ctags: skipping include: it is not a regular file.
ctags: skipping libnetlink: it is not a regular file.
ctags: skipping src: it is not a regular file.
ctags: skipping inclusion of tags in self.
这是为什么呢?
还有, 我的程序中用到了许多 网络 编程中的结构体,我想将所有程序中include中的系统的头文件,也一起创建到ctags中,命令 应该怎么写呢??