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 708806 - Wrong path to graph_legend figure in graph_legend.html when CREATE_SUBDIRS = YES
Wrong path to graph_legend figure in graph_legend.html when CREATE_SUBDIRS = YES
Status: VERIFIED FIXED
Product: doxygen
Classification: Other
Component: general
1.8.5
Other Linux
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2013-09-26 09:05 UTC by Ruey-Shi Rau
Modified: 2013-12-26 01:23 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Simple source file and Doxyfile (25.48 KB, application/x-compressed)
2013-09-26 09:05 UTC, Ruey-Shi Rau
Details

Description Ruey-Shi Rau 2013-09-26 09:05:37 UTC
Created attachment 255796 [details]
Simple source file and Doxyfile

Reproducing step:
1. Untar the attached bug.tgz
2. doxygen

Then, the generated html/graph_legend.html refers to "../../graph_legend.png".
However, the correct path is "./graph_legend.png".

If I change the CREATE_SUBDIRS flag back to NO, then it works fine.
Comment 1 Dimitri van Heesch 2013-09-28 15:21:16 UTC
Confirmed. Should be fixed in the next GIT update.
Comment 2 Michael Stangeland 2013-12-19 02:21:10 UTC
Could this be related to my @ref problems?  I have a mainpage that has a @ref another_page.  In the tree on the left the URL path is correct, but the link directly in mainpage is missing 2 directories...

expected .../doxygen/html/d0/d0b/a00004.html
bit it has .../d0/d0b/a00004.html

Almost like instead of "html" there was a ".."
Comment 3 Dimitri van Heesch 2013-12-24 18:59:55 UTC
This bug was previously marked ASSIGNED, which means it should be fixed in
doxygen version 1.8.6. Please verify if this is indeed the case. Reopen the
bug if you think it is not fixed and please include any additional information 
that you think can be relevant (preferrably in the form of a self-contained example).