ctags 仅适用于 c99
我一直在浏览 ctags
手册页,但没有找到任何内容告诉 ctags 仅记录 c99 头文件
的原型。
本质上,我有 C 和 C++ 文件的头文件,但我只想要那些对应于 c99 文件的头文件(即:没有 class
内容) ) 来输出。
I've been looking through ctags
man pages but I haven't found anything that will tell ctags to only record prototypes for c99 header files
.
Essentially, I have header files for both C and C++ files, but I only want those that correspond to c99 files (ie: no class
stuff) to be outputted.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
ctags
具有选项--language
,可以强制它将文件解释为特定类型。ctags
has the option--language
that can force it to interpret files as being of a specific type.