[Doxygen-users] Linking external doco/component library doco
Brought to you by:
dimitri
From: Steve W. <ste...@ag...> - 2001-09-24 03:36:31
|
Hi All, Sorry for yet another basic question ! I have the following directory struct: +-testprj /* Main Project */ +-html | +-wdog /* Component library #1 */ | +-html | +-support /* Component library #2 */ +-html sort of as per the Example in Section 9 of the manual (V-1.2.10) 1/ The source files (*.c & *.h) plus the configuration file for Doxygen are in each of the "testprj", "wdog" & "support" dirs. 2/ I run Doxygen in each of the subdirs, result being a wdog.tag and support.tag in their dirs respectively. 3/ I run Doxygen in the "testprj" dir, supplying the tag file locations for the wdog and support components/libraries. 4/ I change to the "testprj/html" dir and run installdox as instructed 5/ I load the testprj/html/index.html file into my browser. My problems are: 1/ In the "File List" link, I do NOT find and reference to the components in either the "wdog" or "support" dirs. 2/ In fact I find NO references to the subdirs functionality on any page in the testprj/html dir. Where may I be going wrong ? I have attached a copy of my config files for each dir. testprj.cfg wdog.cfg support.cfg Regards, Steve Walker. |