mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-28 06:49:43 +00:00
update comment
This commit is contained in:
parent
d62f1723a5
commit
c4001c7022
@ -627,8 +627,8 @@ docstring Encodings::convertLaTeXCommands(docstring const & str)
|
|||||||
while (!val.empty()) {
|
while (!val.empty()) {
|
||||||
char_type const ch = val[0];
|
char_type const ch = val[0];
|
||||||
|
|
||||||
// if we're scanning math, we output everything until we
|
// if we're scanning math, we collect everything until we
|
||||||
// find an unescaped $, at which point we break out.
|
// find an unescaped $, and then try to convert this piecewise.
|
||||||
if (scanning_math) {
|
if (scanning_math) {
|
||||||
if (escaped)
|
if (escaped)
|
||||||
escaped = false;
|
escaped = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user