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 referenced
by test.dox. The command
doxygen test.dox
creates ./html/...
Browsing through the sources of ./html/file1_8c-source.html shows an active
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ürnberg, Germany
mailto:zi...@Co... | http://www.CodingTechnologies.com
|