summaryrefslogtreecommitdiffstats
path: root/src/commentscan.l
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2019-12-26 15:01:26 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2019-12-26 15:01:26 (GMT)
commitdf635742c8fefb76f0313062d03707649cb93097 (patch)
tree0ef009d02e614bf8d54dedc2c1f892526045ba1f /src/commentscan.l
parent4377c7aee974aa25b79390a924e0d4debf928264 (diff)
parent7d658d1a5d90959d02b8fe2b5d1630f1e1830bf0 (diff)
downloadDoxygen-df635742c8fefb76f0313062d03707649cb93097.zip
Doxygen-df635742c8fefb76f0313062d03707649cb93097.tar.gz
Doxygen-df635742c8fefb76f0313062d03707649cb93097.tar.bz2
Merge branch 'albert-github-feature/bug_formula'
Diffstat (limited to 'src/commentscan.l')
-rw-r--r--src/commentscan.l4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commentscan.l b/src/commentscan.l
index 35001c3..d7cf3c8 100644
--- a/src/commentscan.l
+++ b/src/commentscan.l
@@ -621,12 +621,12 @@ static QCString addFormula()
f = new Formula(fText);
Doxygen::formulaList->append(f);
Doxygen::formulaDict->insert(fText,f);
- formLabel.sprintf("\\form#%d",f->getId());
+ formLabel.sprintf("\\_form#%d",f->getId());
Doxygen::formulaNameDict->insert(formLabel,f);
}
else
{
- formLabel.sprintf("\\form#%d",f->getId());
+ formLabel.sprintf("\\_form#%d",f->getId());
}
int i;
for (i=0;i<formulaNewLines;i++) formLabel+="@_fakenl"; // add fake newlines to