wxwidgets/interface
Vadim Zeitlin 57bf9c5af5 Escape all "__" in Doxygen to preserve them in the output
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.
2022-07-30 14:56:23 +02:00
..
wx Escape all "__" in Doxygen to preserve them in the output 2022-07-30 14:56:23 +02:00
check_syntax.sh