GNOME Bugzilla – Bug 604503
%foo shows % in qhelp index
Last modified: 2012-06-11 08:57:36 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
Confirmed. Should be fixed in the next release.
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).
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