GNOME Bugzilla – Bug 641026
[PATCH] Hyperlink to page entry not working in xreflists(todo list)
Last modified: 2011-04-11 14:45:32 UTC
Created attachment 179712 [details] contains configuration file (config), source file (dummy.cxx), generated result dir (doc_gen) and patch (fix.txt : output of diff -uN) Hi, Issue: Hyperlinks to a page corresponding @page command in todo (or xreflist) page are not working if CREATE_SUBDIRS options is set to YES. Doxygen Release: 1.7.3 Operating System: Linux Patch: --- doxygen-1.7.3/src/doxygen.cpp 2011-01-31 16:28:28.996607000 +0530 +++ tarballs/doxygen-1.7.3/src/doxygen.cpp 2010-12-22 02:11:44.000000000 +0530 @@ -4694,7 +4694,7 @@ PageDef *pd=0; for (pdi.toFirst();(pd=pdi.current());++pdi) { - QCString name = pd->getOutputFileBase(); // fix + QCString name = pd->name(); // Bug if (pd->getGroupDef()) { name = pd->getGroupDef()->getOutputFileBase() Regards, Harpreet Singh
Thanks, I'll include the patch in the next subversion update.
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.7.4. 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.