GNOME Bugzilla – Bug 731238
Dead links in html documentation when using tabs for indentation in c++
Last modified: 2014-08-21 17:15:25 UTC
The attached program creates dead links in html documentation for the Print< First, Rest...> version of the class. Using spaces to indent the template arguments in class Print<First, Rest...> fixes the problem. Since tabs work in all other places (e.g. template <class First, class... Rest> class Print) this seems like a rather nasty bug.
Created attachment 277902 [details] Problematic header
Confirmed. Should be fixed in the next GIT update.
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.8.8. 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).