I was trying ctags and it seems to not recognize correctly the code, you
can test it with your ctags too, for example with these 2 keywords:

evas_object_del
evas_shutdown

Depend of your ctags command you can have the evas_shutdown one, but
there's no way to have evas_object_del, after to check the header code that
contains it and do some tests by modifying the line which should match, i
found that it works after to get rid of the part:

EINA_ARG_NONNULL(1)

from this complete line:

EAPI void             evas_object_del(Evas_Object *obj) EINA_ARG_NONNULL(1);

The command that i have used is something like: ctags -R -h ".h.H.hh.hxx"
-f evas.tags --fields=+iaS --c-types=pcdgstue --excmd=number .

Any ideas of how to build correctly ctags ?



Thanatermesis
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to