Re: [Doxygen-users] Including other docs via TAGFILES does not work asexpected
Brought to you by:
dimitri
From: Dimitri v. H. <di...@st...> - 2001-12-12 18:51:28
|
On Wed, Dec 12, 2001 at 04:45:36PM +0100, Morgenthaler, Germar wrote: > > > Your statement is only partly true. Installdox isn't just for moving a > > system or search. > > If you are creating a system out of multiple Doxygen runs and one > system > > depends/inherits from another, you would: > 1) Have the parent system generate a tag file. > 2) Have the child system reference the tag file. > 3) Later, after the system is built, use installdox to resolve inherited > references. > > And I thought I'm doing exactly this without needing step 3) ;-) > [snip] > > The links in flcman documentation are resolved to boblib and flclib. > > Still no installdox involved. Germar is right. One should not have to deal with installdox, unless there are plans to move the docs without regeneration. If you have two projects referencing each other, more than one run of doxygen is needed to bootstrap though. Regards, Dimitri |