Re: about *.hpp
"Marty Leisner" <[email protected]>
| Newsgroups | gmane.comp.gnu.global.general |
|---|---|
| Message-ID | <[email protected]> |
> Hello again, > > By default, gtags considers only the following file to be a source file of C+ > +. > > > > *.c++ > > *.cc > > *.cpp > > *.cxx > > *.hxx > > *.C > > *.H > > I have added *.hpp to this default list in CVS version of GLOBAL. > -- > Shigio Yamaguchi <[email protected]> - Tama Communications Corporation > PGP fingerprint: D1CB 0B89 B346 4AB6 5663 C4B6 3CA5 BBB3 57BE DDA3 > At work, we're using the standing of c++ headers being .hh (some people use this). I mentioned this a while ago -- I haven't looked into this -- but I'd like something more easy to use then a handcrafted config file -- something like: gtags --add-map="cc=hh" [other options] so you can just stick it in the makefile... marty