Hi,
      If a class is declared like this:

class EXTERNAL_API Xyz {

};

gtags fails to parse it correctly. Is there any workaround for this (such as, 
asking gtags to ignore certain tokens in the input file)?

I was able to workaround this by using ctags (plugin-example) parser instead of 
the built-in one as ctags allows one to ignore the tokens specified with the 
"-I" options. However, in that case, I don't get any cross references.

Thanks,
Ashish
_______________________________________________
Bug-global mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-global

Reply via email to