GNOME Bugzilla – Bug 395169
TAGFILE link creation in connection with CREATE_SUBDIRS=YES
Last modified: 2009-04-30 15:04:00 UTC
I wanted to add links to Qt documenation on a local web server. Therefore, I created a qt.tag file with doxytag and set this option in my configuration file: CREATE_SUBDIRS = YES TAGFILES = path_to/qt.tag=http://web/qt/current/doc/html Everything was working out just fine, except of the link generation to the Qt classes. Instead of <a class="elRef" doxygen="qt.tag:http://web/qt/current/doc/html/" href="http://web/qt/current/doc/html/qstring.html">QString</a> this was created <a class="elRef" doxygen="qt.tag:http://web/qt/current/doc/html/" href="../../http://web/qt/current/doc/html/qstring.html">QString</a>. After setting CREATE_SUBDIRS = NO everything is working as expected.
Is there any progress with this bug? I confirm that I see the same behaviour using version 1.5.6
I confirm this bug with version 1.5.8
Created attachment 126769 [details] [review] Patch to solve problem This patch works on a sample. It needs more tests to avoid regressions.
Confirmed. The patch looks ok, I'll include it in the next subversion update.
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.5.9. Please verify if this is indeed the case and reopen the bug if you think it is not fixed (include any additional information that you think can be relevant).