RE: [Doxygen-users] Question regarding tagfiles
Brought to you by:
dimitri
From: Glenn M. <gle...@vo...> - 2002-02-08 15:13:50
|
Your syntax for the tagfiles might be wrong. Try this in your second project: >>>>> TAGFILES =3D c:/temp/proj1/proj1.tag Also, I have some perl tools that can help you wrap your two projects together into a single system. Let me know if you want them. I'm company has given me permission to open-source them. Glenn Maxey Technical Writer Voyant Technologies, Inc. 1765 West 121st Avenue Westminster, CO 80234-2301 Tel. +1 303.223.5164 Fax. +1 303.223.5275 gle...@vo... > -----Original Message----- > From: mol...@fa... [mailto:mol...@fa...] > Sent: Friday, February 08, 2002 7:43 AM > To: Dox...@li... > Subject: [Doxygen-users] Question regarding tagfiles >=20 >=20 > Hello, >=20 > I'm a newbie at using Doxygen and I'm trying to get the=20 > TAGFILES feature to > work. >=20 > My current directory setup looks like this >=20 > c: + > + temp + > + proj1 > + proj2 >=20 > Directory proj2 contains source that uses proj1. I was looking at the > documentation for TAGFILES, and using that > as my template, I set up the config files as follows (btw I am using > hardcoded directory paths, just as a first cut to try > and get something working): >=20 > proj1.cfg: > INPUT =3D c:/temp/proj1 > OUTPUT_DIRECTORY =3D c:/temp/proj1 > GENERATE_TAGFILE =3D c:/temp/proj1/proj1.tag >=20 > proj2.cfg > INPUT =3D c:/temp/proj2 > OUTPUT_DIRECTORY =3D c:/temp/proj2 > TAGFILES =3D proj1/proj1.tag=3Dc:/temp/proj1 >=20 > I was under the impression that if you specify a path for the=20 > TAGFILES, > doxygen will not generate an installdox perl script, > but instead will just resolve the links automatically. =20 > However, this is > not happening. When I execute on proj1.cfg, I get the > tag file as expected (in c:/temp/proj1). But when I execute=20 > proj2.cfg, it > generates an installdox perl script. >=20 > My questions are, 1) Should doxygen resolve the links=20 > automatically? and 2) > if it should, what is wrong with the above configuration > file? The only thing I could think of was the directory=20 > specification of > proj2's TAGFILES, but it seems to follow the model in the > example on www.doxygen.org >=20 > Thanks in advance >=20 > Marcus C. Oladell > Software Engineer > FactSet Research Systems > mol...@fa... >=20 >=20 > _______________________________________________ > Doxygen-users mailing list > Dox...@li... > https://lists.sourceforge.net/lists/listinfo/doxygen-users >=20 |