/[global]/global/gtags.conf.in
ViewVC logotype

Diff of /global/gtags.conf.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.7 by shigio, Fri Feb 18 11:07:18 2005 UTC revision 1.8 by shigio, Thu Feb 24 01:33:48 2005 UTC
# Line 29  Line 29 
29  # 'default' is default target.  # 'default' is default target.
30  # You can specify target with GTAGSLABEL environment variable.  # You can specify target with GTAGSLABEL environment variable.
31  #  #
32    # Variable 'suffixes' is obsoleted but is acceptable because it is needed
33    # for plugged-in parser. If you use gtags-parser(1) then you should use
34    # variable 'langmap' instead.
35    #
36  default:\  default:\
37          :tc=gtags:tc=htags:          :tc=gtags:tc=htags:
38  #---------------------------------------------------------------------  #---------------------------------------------------------------------
# Line 37  default:\ Line 41  default:\
41  #---------------------------------------------------------------------  #---------------------------------------------------------------------
42  common:\  common:\
43          :skip=@DEFAULTSKIP@:\          :skip=@DEFAULTSKIP@:\
44            :langmap=@DEFAULTLANGMAP_QUOTED@:\
45          :format=standard:          :format=standard:
46  #  #
47  # [gtags-parser]  # [gtags-parser]
# Line 50  common:\ Line 55  common:\
55  #       :GRTAGS=gtags-parser --langmap=c\:.x.y.z -dt %s:  #       :GRTAGS=gtags-parser --langmap=c\:.x.y.z -dt %s:
56  #       :GSYMS=gtags-parser --langmap=c\:.x.y.z -dt %s:  #       :GSYMS=gtags-parser --langmap=c\:.x.y.z -dt %s:
57  #  #
58    # The %s is replaced with the path of source file.
59    #
60  gtags:\  gtags:\
61          :tc=common:\          :tc=common:\
         :suffixes=@DEFAULTSUFFIXES@:\  
62          :GTAGS=gtags-parser -dt %s:\          :GTAGS=gtags-parser -dt %s:\
63          :GRTAGS=gtags-parser -dtr %s:\          :GRTAGS=gtags-parser -dtr %s:\
64          :GSYMS=gtags-parser -dts %s:          :GSYMS=gtags-parser -dts %s:

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26