wxWidgets/interface
Vadim Zeitlin 05612989f0 Fix escaping of new lines in wxRegEx documentation
There doesn't seem to be any way to use backslashes with @c: with a
single backslash, it's interpreted as a command, but a double backslash
appears in the output. So use `\b` instead of @c \b and also use `...`
elsewhere for consistency.

Also fix wxRE_NEWLINE description formatting.
2022-03-28 00:19:05 +02:00
..
wx Fix escaping of new lines in wxRegEx documentation 2022-03-28 00:19:05 +02:00
check_syntax.sh