GNOME Bugzilla – Bug 747111
Table of content incorrect with escaped symbols
Last modified: 2015-06-27 19:01:59 UTC
Created attachment 300663 [details] Small reproduction scenario When using special symbols (escaped) in section titles, the generated TableOfContents does not convert these characters to their HTML Entities. As a result, these pages are no valid xhtml. In the example (see attachement), I've created a section with the title '\<my\>-tag', which results in the following code: <div class="toc"><h3>Table of Contents</h3> <ul><li class="level1"><a href="#mysectiontag"><my>-tag</a></li> </ul> </div> Tested on: Windows 7 Workaround: Replaced <my> by <my> in the source.
Confirmed. Should be fixed in the next GIT update.
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).