GNOME Bugzilla – Bug 704079
Generated XML is malformed
Last modified: 2013-08-23 15:04:34 UTC
When generating XML-format documentation, currently doxygen compiles less-or-equal signs to <le> (without any closing tag!). This makes the generated output unreadable as an xml document. It should output the standard entity ≤ -- or at least the properly closed element <le/> or <le></le>.
Confirmed. Should be fixed in the next GIT update.
Thank you!
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.