--- In [email protected], "Jaspreet Singh" <[EMAIL PROTECTED]> wrote: > > On Jan 10, 2008 4:05 PM, Sac Bir <[EMAIL PROTECTED]> wrote: > > > > You can write parser like code, which will search for some pattern to > > extract function name from program, difficulty will be to decide on > > patterns. > > > > Regards, > > Sachin > > > <snip> > > Hi > > I would not be very comfortable re-inventing the wheel when there are > a lot of tools already available. One of the senior members of the > group had recommended using DOxygen. My first such tool encounter was > with cscope (http://cscope.sourceforge.net/) and I still love it > however rudimentary it may be. > > Thanks!! and have a nice day!! > Jaspreet >
I don't think so that cscope is right thing for this work. I just want to develop a simple thing but cscope is quite complicated in this regard, what I want, simple library which could do things like searching of different elements of c file and if it only searchs function names then fine for me.
