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 641026 - [PATCH] Hyperlink to page entry not working in xreflists(todo list)
[PATCH] Hyperlink to page entry not working in xreflists(todo list)
Status: VERIFIED FIXED
Product: doxygen
Classification: Other
Component: general
1.7.3
Other Linux
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2011-01-31 12:49 UTC by Harpreet
Modified: 2011-04-11 14:45 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
contains configuration file (config), source file (dummy.cxx), generated result dir (doc_gen) and patch (fix.txt : output of diff -uN) (66.50 KB, text/plain)
2011-01-31 12:49 UTC, Harpreet
Details

Description Harpreet 2011-01-31 12:49:03 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
Comment 1 Dimitri van Heesch 2011-02-06 11:18:33 UTC
Thanks, I'll include the patch in the next subversion update.
Comment 2 Dimitri van Heesch 2011-03-28 14:19:32 UTC
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.