Fix incorrect coding of "\" in Doxygen comments
This commit fixes a formatting problem with these two files when built with Doxygen version 1.9.3. The correct encoding is to escape the quotes and the backslash. While the older style encoding used to work, it is no longer supported due to a fix with how a single quote gets handled by Doxygen. The escaped version works with Doxygen 1.8.17 so this will work fine with the current build version as well as in more recent versions (tested with 1.9.3). Closes #22461.
This commit is contained in:
committed by
Vadim Zeitlin
parent
e777a82bfd
commit
f2c78e19e4
@@ -125,7 +125,7 @@ follows; some more constraints are described later, under
|
||||
|
||||
The lookahead constraints may not contain back references (see later), and all
|
||||
parentheses within them are considered non-capturing. A RE may not end with
|
||||
"\".
|
||||
\"\\\".
|
||||
|
||||
|
||||
@section overview_resyntax_bracket Bracket Expressions
|
||||
|
||||
Reference in New Issue
Block a user