summaryrefslogtreecommitdiffstats
path: root/src/doxygen.h
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2018-06-11 17:47:37 (GMT)
committeralbert-github <albert.tests@gmail.com>2018-06-11 17:47:37 (GMT)
commit5d89de25fa5aa146ab65a88f09a7cc729dea3e51 (patch)
treed85a6daafac6bc1472090835bce09eca85ea08ec /src/doxygen.h
parent4536982bdebc0056d0c5d64a12881f20b5801c06 (diff)
downloadDoxygen-5d89de25fa5aa146ab65a88f09a7cc729dea3e51.zip
Doxygen-5d89de25fa5aa146ab65a88f09a7cc729dea3e51.tar.gz
Doxygen-5d89de25fa5aa146ab65a88f09a7cc729dea3e51.tar.bz2
Resolve inconsistency in formula repositories.
HTML and RTF have their own directory with formula repository files. These can get out of sync when HTML and RTF versions are not always build together (and both are required again).
Diffstat (limited to 'src/doxygen.h')
-rw-r--r--src/doxygen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doxygen.h b/src/doxygen.h
index b3467c1..7bd05a4 100644
--- a/src/doxygen.h
+++ b/src/doxygen.h
@@ -159,7 +159,7 @@ void searchInputFiles(StringList &inputFiles);
void parseInput();
void generateOutput();
void readAliases();
-void readFormulaRepository();
+void readFormulaRepository(QCString dir, bool cmp = FALSE);
void cleanUpDoxygen();
int readFileOrDirectory(const char *s,
FileNameList *fnList,