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 623673 - Anchors missing for QHP documented members
Anchors missing for QHP documented members
Status: RESOLVED FIXED
Product: doxygen
Classification: Other
Component: general
1.7.1
Other Linux
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2010-07-06 12:11 UTC by Simon
Modified: 2010-10-09 08:19 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to fix missing anchors (682 bytes, patch)
2010-07-06 12:13 UTC, Simon
none Details | Review

Description Simon 2010-07-06 12:11:21 UTC
The index file (*.qhp) for the Qt help documentation generator does not have any of the anchor hashes for e.g. class members.

If I look up a class member in the Qt assistant application, it takes me to the correct class page, but not to the specific anchor.
Comment 1 Simon 2010-07-06 12:13:49 UTC
Created attachment 165352 [details] [review]
Patch to fix missing anchors

I've attached a patch which calls MemberDef::anchor() during QHP generation. Seems that addIndexItem is no longer passed the anchor as parameter.
Comment 2 Dimitri van Heesch 2010-07-06 18:38:04 UTC
Confirmed. I'll include your patch in the next subversion update.
Comment 3 Dimitri van Heesch 2010-10-09 08:19:21 UTC
This bug was previously marked ASSIGNED, which means it should be fixed in
doxygen version 1.7.2. 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.