summaryrefslogtreecommitdiffstats
path: root/src/doxygen.cpp
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/doxygen.cpp
parentf76f1a7cd8b726003c3fe0b8ebc7e01986cc5be5 (diff)
downloadDoxygen-7d658d1a5d90959d02b8fe2b5d1630f1e1830bf0.zip
Doxygen-7d658d1a5d90959d02b8fe2b5d1630f1e1830bf0.tar.gz
Doxygen-7d658d1a5d90959d02b8fe2b5d1630f1e1830bf0.tar.bz2
Replaced \_fakeform by \_form
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 1649e1c..6388ce3 100644
--- a/src/doxygen.cpp
+++ b/src/doxygen.cpp
@@ -9606,7 +9606,7 @@ void readFormulaRepository(QCString dir, bool cmp)
"formula.repository and from_* files from output directories.");
}
QCString formLabel;
- formLabel.sprintf("\\_fakeform#%d",f->getId());
+ formLabel.sprintf("\\_form#%d",f->getId());
if (formLabel != formName)
{
term("discrepancy between formula repositories! Remove "