exhale icon indicating copy to clipboard operation
exhale copied to clipboard

hidden breakages with doxygen 1.9.2

Open svenevs opened this issue 3 years ago • 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.

https://github.com/svenevs/exhale/pull/114#issuecomment-980886386

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?

svenevs avatar Nov 28 '21 22:11 svenevs