Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Exuberant Ctags 5.7 を使用しています。私はCGContext.hのタグデータベースを構築しようとしています:
タグ /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CGContext.h
結果のタグ ファイルには関数が含まれていません。型と列挙型には 75 行しかありません。
--c-types=+p (現在は --c-kinds) を追加する必要があります。