| Author |
ctags for c++ source code
|
|
|
| How to set ctags for C++ code (*.C , *.H) (only for some specific files
specified in some temp file)
from main direcory where the subdirectories contains the desired source
files ?
Please help.
| |
| Bart van Deenen 2004-12-30, 7:56 am |
| vamsi <vamsi.komati@gmail.com> wrote:
> How to set ctags for C++ code (*.C , *.H) (only for some specific files
> specified in some temp file)
ctags `cat tempfile`
or
ctags $(cat tempfile)
Best regards
Bart van Deenen
| |
|
| Its not working.
I have a function line Sim.data() , and i m not able to browse through it.
Just to make a note , its for c++ source code.
"Bart van Deenen" <bvdeenen@xs-four-all.nl.invalid> wrote in message
news:1gpm0oj.f90n2h1qbt1cqN%bvdeenen@xs-four-all.nl.invalid...
> vamsi <vamsi.komati@gmail.com> wrote:
>
>
> ctags `cat tempfile`
>
> or
>
> ctags $(cat tempfile)
>
> Best regards
>
> Bart van Deenen
>
|
|
|
|