GNOME Bugzilla – Bug 676948
Wrong links in class navigation bar generated
Last modified: 2012-06-11 09:05:47 UTC
The attached .tar file contains a Doxyfile and a simple C++ example that demonstrate the problem. Command CREATE_SUBDIRS must be set to YES. Navigate to "Classes" and click class "X". The relative link part is "html/d0/d0e/classa_1_1X.html". Then open the page for class "X". In the upper left the navigation bar containing namespace "a" and class "X" itself appears. There the relative link for class "X" is "html/d0/d0e/d0/d0e/classa_1_1X.html", which does not exist. The link "html/d0/d0e/d2/dcf/namespacea.html" pointing to namespace "a" is also wrong. This is a regression. In Doxygen 1.8.0 the links were correct.
Hi Peter, Can you attach the .tar file you mentioned? I don't see it.
Created attachment 215125 [details] .tar file that demonstrates the issue
Confirmed. Should be fixed in the next subversion update.
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.8.1.1. 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.
In Doxygen 1.8.1.1 the generated links are correct.