svenevs/exhale

hidden breakages with doxygen 1.9.2

Opened this issue · 0 comments

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.

#114 (comment)

Some possible options:

  1. Detect doxygen version and fail out (consider this an upstream bug and ragequit).
  2. 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?