GNOME Bugzilla – Bug 623673
Anchors missing for QHP documented members
Last modified: 2010-10-09 08:19: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.
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.
Confirmed. I'll include your patch in the next subversion update.
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.