mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-08-17 17:02:51 +08:00
New version of Doxygen interprets __foo__ as Markdown markup and consumes the underscores, which mangles the identifier. Prevent this from happening by escaping the leading underscore for all occurrences of "__" outside of the code blocks, this seems to be the least intrusive fix. See #22671.