This came up on the IRC several days ago, and so I am posting
this in order to share with whoever else might be interested.

First, here's my relevant change to the simgear's Doxyfile:


diff -u -p -r1.14 Doxyfile
--- Doxyfile    15 Dec 2004 16:34:14 -0000      1.14
+++ Doxyfile    23 Oct 2005 15:46:38 -0000
@@ -674,7 +674,7 @@ TAGFILES               =
 # When a file name is specified after GENERATE_TAGFILE, doxygen will
create
 # a tag file that is based on the input files it reads.

-GENERATE_TAGFILE       =
+GENERATE_TAGFILE       = simgear.doxytags

 # If the ALLEXTERNALS tag is set to YES all external classes will be
listed
 # in the class index. If set to NO only the inherited external classes

Then, here's my Doxyfile for the Flightgear (in source/) --
see http://www.tarunz.org/~vassilii/fg/Doxyfile

The important line there is
TAGFILES               =  
../../SimGear/source/simgear.doxytags=../../SimGear/doxy/html

You might need to change that in case you have different relative layout
between the 2 projects. I have a common development root
under which I have
FlightGear/{source,data}
SimGear/source

This allows immediately to jump to the relevant base classes/header files
of SimGear when browsing the FlightGear code base.

HTH,
Vassilii


_______________________________________________
Flightgear-devel mailing list
[email protected]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel
2f585eeea02e2c79d7b1d8c4963bae2d

Reply via email to