This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Is there a way to generate a cross reference listing for a c/c++ program using gcc?


If you want that kind of cross referencing, then you shouild look at
Doxygen (http://www.stack.nl/~dimitri/doxygen/). It will produce
excellent cross references for HTML, Latex, RTF, and XML. There are
pre-built binaries for Linux distributions, Solaris, and Windows, and
Doxygen is usually in most current Linux distributions.

On 5/13/05, Paul Albrecht <palbrecht@qwest.net> wrote:
> Is there a way to generate a cross reference listing for a c/c++ program
> using gcc?
> 
>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]