工具杂合

Posted by 行如风 Blog on June 19, 2015
1
写作说明:杂合平时用到的一些工具知识。 <!--more--> 2015-06-19日更新 ----------------

ctags:

1
2
3
4
5
php:ctags -R --languages=php

c++:ctags -R --languages=c++ --langmap=c++:+.inl -h +.inl --c++-kinds=+px --fields=+aiKSz --extra=+q --exclude=lex.yy.cc --exclude=copy_lex.yy.cc

c:ctags  -R --languages=c --langmap=c:+.h -h +.h --c-kinds=+px --fields=+aiKSz --extra=+q