summaryrefslogtreecommitdiffstats
path: root/src/commentscan.l
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2019-12-26 14:55:11 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2019-12-26 14:55:11 (GMT)
commit7d658d1a5d90959d02b8fe2b5d1630f1e1830bf0 (patch)
tree0ef009d02e614bf8d54dedc2c1f892526045ba1f /src/commentscan.l
parentf76f1a7cd8b726003c3fe0b8ebc7e01986cc5be5 (diff)
downloadDoxygen-7d658d1a5d90959d02b8fe2b5d1630f1e1830bf0.zip
Doxygen-7d658d1a5d90959d02b8fe2b5d1630f1e1830bf0.tar.gz
Doxygen-7d658d1a5d90959d02b8fe2b5d1630f1e1830bf0.tar.bz2
Replaced \_fakeform by \_form
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 ed321da..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("\\_fakeform#%d",f->getId());
+ formLabel.sprintf("\\_form#%d",f->getId());
Doxygen::formulaNameDict->insert(formLabel,f);
}
else
{
- formLabel.sprintf("\\_fakeform#%d",f->getId());
+ formLabel.sprintf("\\_form#%d",f->getId());
}
int i;
for (i=0;i<formulaNewLines;i++) formLabel+="@_fakenl"; // add fake newlines to