RE: [Doxygen-users] newbie with a question
Brought to you by:
dimitri
From: Glenn M. <gle...@vo...> - 2002-03-01 22:17:47
|
You have to understand that Doxygen looks at the whole system at once on multiple passes so that it can resolve dependencies and get hyperlinks. It doesn't work well in your favor to fetch "just what it needs when it needs it." The solution is what you do outside of the doxygen calls. I use Doxygen on Unix and always call it through script files. (If it were DOS, I'd be doing it with batch files.) The script files wrap around the Doxygen calls with operations like removing stuff from last run, checking out code, running Doxygen, and then cleaning up. Something else to consider is to break up your project into smaller projects. Look into the tag file options, because they resolve dependencies between projects. Incorporating multiple projects will allow you to fetch smaller sections of code. Download www.voyanttech.com/tp_tools.zip (1.8 MB), unzip, and launch tp_tools/_start_here.html for ideas on what can be accomplished and open-source tools on how. 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: Christopher Bark [mailto:ba...@ne...] > Sent: Friday, March 01, 2002 2:49 PM > To: dox...@li... > Subject: [Doxygen-users] newbie with a question >=20 <snip> =20 > Is there anyway to set up doxygen to receive input files from a source > code control system (perforce in my case, but others could=20 > come in handy). =20 > The project I'm working on is large and I don't want to get every file > onto my machine in order to generate doxygen documentation, I'd rather > just retrieve the file from the server as doxygen needs it. >=20 > If doxygen doesn't already do this (which it doesn't from=20 > what I've seen > so far), are there any patches out there that will let it? >=20 > Thanks in advance. >=20 > --=20 > Dude...where's my sig? >=20 > Christopher Bark > ba...@ne... >=20 >=20 > _______________________________________________ > Doxygen-users mailing list > Dox...@li... > https://lists.sourceforge.net/lists/listinfo/doxygen-users >=20 |