Search Results

1
vote

How to get ctags to pick up functions in a .h file ?

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