After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 395169 - TAGFILE link creation in connection with CREATE_SUBDIRS=YES
TAGFILE link creation in connection with CREATE_SUBDIRS=YES
Status: RESOLVED FIXED
Product: doxygen
Classification: Other
Component: general
1.5.1
Other Cygwin
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2007-01-10 21:00 UTC by Lars Benner
Modified: 2009-04-30 15:04 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to solve problem (354 bytes, patch)
2009-01-19 16:11 UTC, Jean-Marie
none Details | Review

Description Lars Benner 2007-01-10 21:00:27 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.
Comment 1 cattanem 2009-01-19 10:19:30 UTC
Is there any progress with this bug?

I confirm that I see the same behaviour using version 1.5.6
Comment 2 Jean-Marie 2009-01-19 15:32:44 UTC
I confirm this bug with version 1.5.8
Comment 3 Jean-Marie 2009-01-19 16:11:29 UTC
Created attachment 126769 [details] [review]
Patch to solve problem

This patch works on a sample.
It needs more tests to avoid regressions.
Comment 4 Dimitri van Heesch 2009-01-19 19:12:05 UTC
Confirmed. The patch looks ok, I'll include it in the next subversion update.
Comment 5 Dimitri van Heesch 2009-04-30 14:57:46 UTC
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).
Comment 6 Dimitri van Heesch 2009-04-30 15:04:00 UTC
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).