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 604503 - %foo shows % in qhelp index
%foo shows % in qhelp index
Status: RESOLVED FIXED
Product: doxygen
Classification: Other
Component: general
1.6.1
Other Linux
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2009-12-14 04:27 UTC by Craig Scott
Modified: 2012-06-11 08:57 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Craig Scott 2009-12-14 04:27:08 UTC
When a page or section title contains a % prepended to a word (to prevent auto-link generation), the % is correctly stripped for the title but is not stripped for the title shown in the qhelp contents/index. For example:

/*! \page somekey %MyClass details

....
*/

In the above example, the qhelp index will show an entry like this:

%MyClass details

when it should just be

MyClass details
Comment 1 Dimitri van Heesch 2009-12-28 11:04:51 UTC
Confirmed. Should be fixed in the next release.
Comment 2 Dimitri van Heesch 2009-12-30 13:38:57 UTC
This bug was previously marked ASSIGNED, which means it should be fixed in
doxygen version 1.6.2. Please verify if this is indeed the case and reopen the
bug if you think it is not fixed (include any additional information that you
think can be relevant).
Comment 3 aarsathe 2012-06-11 08:57:36 UTC
This bug is still present in html output in version 1.8.1. (win32 version)

I define a page with \page classapge %MyClass

Result: a page name in the navigation pane which is "%MyClass" while the page header is named "MyClass" with no link generation

Expected: a page name in the navigation pane which is "MyClass" and a page header is named "MyClass" with no link generation