summaryrefslogtreecommitdiffstats
path: root/src/doxygen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/doxygen.cpp')
-rw-r--r--src/doxygen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doxygen.cpp b/src/doxygen.cpp
index bf282b6..1f53195 100644
--- a/src/doxygen.cpp
+++ b/src/doxygen.cpp
@@ -9824,7 +9824,7 @@ void readFormulaRepository(QCString dir, bool cmp)
exit(1);
}
QCString formLabel;
- formLabel.sprintf("\\form#%d",f->getId());
+ formLabel.sprintf("\\_fakeform#%d",f->getId());
if (formLabel != formName)
{
err("discrepancy between formula repositories! Remove "