exhale
exhale copied to clipboard
hidden breakages with doxygen 1.9.2
find out why everything breaks in Doxygen 1.9.2
I've come across "unmatched XML tags" in the doxygen output when using v1.9.2 with breathe. I found that the closing XML tags are missing from the doxygen output.
https://github.com/svenevs/exhale/pull/114#issuecomment-980886386
Some possible options:
- Detect doxygen version and fail out (consider this an upstream bug and ragequit).
- Find a way to do something intelligent about it. Requires manually inspecting the XML output differences. More time involved, but perhaps it is not so bad to fix?