GNOME Bugzilla – Bug 676902
Anonymous namespace leads to invalid hyperlink
Last modified: 2012-06-11 09:14:15 UTC
The attached .tar file contains a Doxyfile and a C++ example that demonstrates the problem. With this settings EXTRACT_ALL = YES EXTRACT_ANON_NSPACES = NO SHOW_NAMESPACES = YES the anonymous namespace from the example file is extracted and a "@0" hyperlink is created in the namespace overview of the HTML documentation. However this link is broken and leads nowhere. I assume, if "EXTRACT_ANON_NSPACES = NO" is set, an anonymous namespace should never appear in the namespace overview.
This is a regression compared to Doxygen 1.8.0. There only namespaces "n1" and "n1::n2" appear in the namespace view. The anonymous namespace is not shown as expected.
Hi Peter, Please attach the .tar file to this bug report.
Created attachment 215126 [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 anonymous namespace still shows up in the list of namespaces as "@0" even with EXTRACT_ANON_NSPACES set to NO. This is still a difference compared to 1.8.0, where it did not show up. It is however no longer a link and can therefore not point to an invalid target