vote up 0 vote down star

I am using Exuberant Ctags 5.7. I am trying to build a tag database for CGContext.h with:

tags /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CGContext.h

The resulting tags file has no functions included in it. It only has 75 lines for types, and enums.

flag

80% accept rate

1 Answer

vote up 1 vote down check

You need to add --c-types=+p (now --c-kinds).

link|flag
--c-kinds=+p works too. I couldn't find documentation for --c-types. – phi Feb 9 at 19:43
Sorry, old version. Corrected. – Randy Proctor Feb 9 at 19:49

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.