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 704079 - Generated XML is malformed
Generated XML is malformed
Status: RESOLVED FIXED
Product: doxygen
Classification: Other
Component: build
unspecified
Other All
: Normal major
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2013-07-12 10:58 UTC by merlin
Modified: 2013-08-23 15:04 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description merlin 2013-07-12 10:58:08 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 &le; -- or at least the properly closed element <le/> or <le></le>.
Comment 1 Dimitri van Heesch 2013-07-12 12:45:36 UTC
Confirmed. Should be fixed in the next GIT update.
Comment 2 merlin 2013-07-12 13:04:54 UTC
Thank you!
Comment 3 Dimitri van Heesch 2013-08-23 15:04:34 UTC
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.