GNOME Bugzilla – Bug 700646
XML output does not handle HTML entities in titles
Last modified: 2013-08-23 15:04:22 UTC
When HTML entities such as ™ are used in a title, the resulting XML output is incorrectly generated. Instead of the expected <trademark/> or similar element, the ampersand in the entity is double-escaped. Test case: /** \mainpage * * \section Sec_Info About the Contoso ™ project. * This section describes the Contoso ™ project. */ Generated XML: <detaileddescription> <sect1 id="index_1Sec_Info"> <title>About the Contoso &trade; project.</title> <para>This section describes the Contoso <trademark/> project. </para> </sect1> </detaileddescription>
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.5. 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.