diff options
Diffstat (limited to 'src/commentscan.l')
-rw-r--r-- | src/commentscan.l | 4 |
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 |