GNOME Bugzilla – Bug 742445
Wrong icons in TOC of CHM help
Last modified: 2015-06-27 19:01:38 UTC
Created attachment 293909 [details] Example of TOC with wrong icons Some icons in a table of contents of CHM help became wrong. Specifically, those icons which represent @page, @section, @subsection and @subsubsection commands. "Leaves" in a TOC tree (entries which has no nested entries) must have "page" icon, while other nodes (entries with nested entries) must have "book" icon. Now it is not so. I attach screenshot of TOC (where I've marked correct and wrong icons) and source which was used for its generation. This got broken since version 1.8.0; last "good" version with correct icons was 1.7.6.1. And CHM help of Doxygen itself also has this problem, starting from version 1.8.1 (seems it is made by Doxygen too).
Created attachment 293910 [details] Sources used for CHM generation
I've just pushed a proposed patch to github (pull request 286).
Thanks, I've merged the pull request
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.8.10. 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 (preferably in the form of a self-contained example).