cscope not finding functions defined in header file in C

Viewed 37

I use cscope to browse the code. For inline functions defined in the header file, I am getting error E257: cstag: tag not found. Is there any way to include the header defined functions as well in the ctags?

The questions is already asked Why cscope don't search definitions in header files? but I couldn't find a satisfactory answer.

0 Answers
Related