summaryrefslogtreecommitdiffstats
path: root/src/commentscan.l
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2019-12-26 14:46:57 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2019-12-26 14:46:57 (GMT)
commitf76f1a7cd8b726003c3fe0b8ebc7e01986cc5be5 (patch)
tree0c590128e380e6fa444c3660d6e2c718f5d15653 /src/commentscan.l
parent4377c7aee974aa25b79390a924e0d4debf928264 (diff)
parent9664e0b46ba516069d5fd740aac4ef4eb5f874cf (diff)
downloadDoxygen-f76f1a7cd8b726003c3fe0b8ebc7e01986cc5be5.zip
Doxygen-f76f1a7cd8b726003c3fe0b8ebc7e01986cc5be5.tar.gz
Doxygen-f76f1a7cd8b726003c3fe0b8ebc7e01986cc5be5.tar.bz2
Merge branch 'feature/bug_formula' of https://github.com/albert-github/doxygen into 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..ed321da 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("\\_fakeform#%d",f->getId());
Doxygen::formulaNameDict->insert(formLabel,f);
}
else
{
- formLabel.sprintf("\\form#%d",f->getId());
+ formLabel.sprintf("\\_fakeform#%d",f->getId());
}
int i;
for (i=0;i<formulaNewLines;i++) formLabel+="@_fakenl"; // add fake newlines to