Hi,
> I get the definition from the header file and all occurrences of
> usage from the C source files in the project. For all function
> definitions in the C source file "global" shows me only the
> definitions. How can I get the same behaviour for enums as I do
> for function definitions?

It seems that gtags doesn't treat enum members as definitions.
To change the behavior, there is no way except for rewriting
the parser. (Of course, you can write new parser for it.)

I also think enum members should be treated as definitions.
I will rewrite the parser sooner or later.
--
Shigio YAMAGUCHI <[EMAIL PROTECTED]> - Tama Communications Corporation
PGP fingerprint: D1CB 0B89 B346 4AB6 5663  C4B6 3CA5 BBB3 57BE DDA3


_______________________________________________
Help-global mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-global

Reply via email to