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 747111 - Table of content incorrect with escaped symbols
Table of content incorrect with escaped symbols
Status: RESOLVED FIXED
Product: doxygen
Classification: Other
Component: general
1.8.9.1
Other Windows
: Normal minor
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2015-03-31 13:45 UTC by Jeroen Van Antwerpen
Modified: 2015-06-27 19:01 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Small reproduction scenario (1.14 KB, application/x-zip-compressed)
2015-03-31 13:45 UTC, Jeroen Van Antwerpen
Details

Description Jeroen Van Antwerpen 2015-03-31 13:45:43 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 &lt;my&gt; in the source.
Comment 1 Dimitri van Heesch 2015-04-06 13:51:54 UTC
Confirmed. Should be fixed in the next GIT update.
Comment 2 Dimitri van Heesch 2015-06-27 19:01:59 UTC
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).