Re: [Doxygen-users] Including other docs via TAGFILES does not work as expected
Brought to you by:
dimitri
From: <dr...@ca...> - 2001-12-11 19:05:30
|
Did you try running installdox from the html directory? This will modif= y the links in the html to the other documentation's directory. Just type lib/html/installdox for command format. For your program, it will be something like this : lib/html/installdox = -l lib.tag@../../html Installdox is very useful when your website has a different dir structu= re than your generated .html ... Thomas Ziegler <zi...@co...>@lists.sourceforge.net on 12/11/2001 01:20:55 PM Sent by: dox...@li... To: dox...@li... cc: Subject: [Doxygen-users] Including other docs via TAGFILES does not wo= rk as expected Hi all, I'm not able to include doxygen-docu of a library into another project = if the source files reside in another (sub)-directory. I've attached a small example which looks like this: - ./test.dox ./src/ - file1.c - file1.h - file2.c - file2.h ./lib/lib.dox ./lib/src/ - file1.c - file1.h - file3.c - file3.h File 'file1.c' contains a call to a library function 'lib2()' in 'lib/src/file3.c' The command cd lib; doxygen lib.dox creates lib/html/... and the tagfile lib/lib.tag. lib/lib.tag is refere= nced by test.dox. The command doxygen test.dox creates ./html/... Browsing through the sources of ./html/file1_8c-source.html shows an ac= tive link for lib2(). Unfortunately it points to an invalid location ./html/file3_8c.html#a0. I.e. the link points to the current html-subdir instead of the one in lib/html. Any hints? Thanks in advance, Thomas PS: same behavior for 1.2.5 and 1.2.12 -- Dr.-Ing. Thomas Ziegler | Senior Research Engineer | Coding Technologies phone: +49 (0) 911 92891 -27 | Deutschherrnstr. 15-19 fax: +49 (0) 911 92891 -99 | D-90429 N=FCrnberg, Germany mailto:zi...@Co... | http://www.CodingTechnologies.com (See attached file: test.zip) = |