Does GNU Global produce tags for variables? Say I have a class foo, and an instance objfoo:
class foo { ... };
foo objfoo;
...
objfoo.value = 123;
Now if I create my tags file via gtags, and call "global -x objfoo", I get
nothing. Is this supposed to be that way? Can I change that behaviour?
Regards,
Arne
--
Dipl.-Inform. Arne Schmitz Phone +49 (0)241 80-21817
Computer Graphics Group Fax +49 (0)241 80-22899
RWTH Aachen University http://www.rwth-graphics.de
Ahornstrasse 55, 52074 Aachen, Germany
pgppbbTGRMeOY.pgp
Description: PGP signature
_______________________________________________ Help-global mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-global
