Related articles |
---|
Looking for tool to generate C/C++ crossrefs andrewb@cs.washington.edu (Andrew Berg) (1998-10-04) |
Re: Looking for tool to generate C/C++ crossrefs ok@atlas.otago.ac.nz (Dr Richard A. O'Keefe) (1998-10-06) |
Re: Looking for tool to generate C/C++ crossrefs keil@ert.rwth-aachen.de (Wolfgang Keil) (1998-10-07) |
Re: Looking for tool to generate C/C++ crossrefs ludemann@inxight.com (1998-10-10) |
Re: Looking for tool to generate C/C++ crossrefs jaxon@soltec.net (Greg Jaxon) (1998-10-13) |
From: | Wolfgang Keil <keil@ert.rwth-aachen.de> |
Newsgroups: | comp.compilers |
Date: | 7 Oct 1998 23:05:22 -0400 |
Organization: | Aachen University of Technology / Rechnerbetrieb Informatik |
References: | 98-10-025 |
Keywords: | C, tools, comment |
Andrew Berg wrote:
> I am looking for a tool to generate cross references for a collection
> of C/C++ source and header files.
Just an idea: If you are on Un*x, try and use "etags" which is also used
by emacs/vi for source code navigation.
Wolfgang
[Or ctags, the vi equivalent. -John]
Return to the
comp.compilers page.
Search the
comp.compilers archives again.