Skip to content

Automatically exported from code.google.com/p/google-gtags

License

Notifications You must be signed in to change notification settings

roticv/google-gtags

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google Tags (GTags)

Google Tags is a project to speed up code browsing in large source code base. Here are some scenarios where it can help:

    * While you're browsing source code, Gtags can immediately jump to the definition of a function or variable.
    * Gtags can grep over all definitions or function calls in Google source code.
    * Gtags can tell you where all the callers of a particular function are. 

We do this by extending the TAGS functionality in GNU Emacs and XEmacs. A separate server-side component answers requests for particular tags and returns a set of matching results for each.

We provide an Emacs client, a command-line client, and a VI client. We also provide a Python API. 

See http://code.google.com/p/google-gtags/wiki/GTags for detailed documentation on GTags and its clients.

About

Automatically exported from code.google.com/p/google-gtags

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published