GNOME Bugzilla – Bug 642030
Numeric XML entities can be malformed in truncation
Last modified: 2011-03-28 14:18:57 UTC
When truncating text which contains numeric entities (&#NNN;), doxygen can cause malformed XML. As an example, see the end of the title-attribute value for the link in this exerpt: <td class="mdescRight">Adam's <a class="el" href="a00696.html#a932aa40d85b14cb7331625e012d12335" title="Adam's mem_malloc() plus solution for bug #17922 Allocate a block of memory with a minimum of ...">mem_malloc()</a> plus solution for bug #17922 Allocate a block of memory with a minimum of 'size' bytes. <a href="#a932aa40d85b14cb7331625e012d12335"></a><br/></td> "..." is not a valid entity, and can make XML/HTML-parsers barf.
Confirmed. Should be fixed in the next release.
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.7.4. 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.