summaryrefslogtreecommitdiffstats
path: root/src/searchindex.cpp
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2020-03-17 19:29:45 (GMT)
committerGitHub <noreply@github.com>2020-03-17 19:29:45 (GMT)
commit39ba759f4dba837818f07451314b3612d438a1bd (patch)
tree6d10f007a4107613446f308e7bf2107144e5b11b /src/searchindex.cpp
parent0f9075aefb620bbef4609111289ff6255ac15cd3 (diff)
downloadDoxygen-39ba759f4dba837818f07451314b3612d438a1bd.zip
Doxygen-39ba759f4dba837818f07451314b3612d438a1bd.tar.gz
Doxygen-39ba759f4dba837818f07451314b3612d438a1bd.tar.bz2
Doxygen version information (#7645)
- add doxygen version to rtf, comment, output - remove duplicate code (getFullVersion) - more clear name to get doxygen version (getVersion becomes getrDoxygenVersion). Also to overcomecofusion with the version information for files.
Diffstat (limited to 'src/searchindex.cpp')
-rw-r--r--src/searchindex.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/searchindex.cpp b/src/searchindex.cpp
index e090717..0296b93 100644
--- a/src/searchindex.cpp
+++ b/src/searchindex.cpp
@@ -982,7 +982,7 @@ void writeJavaScriptSearchIndex()
" \"https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">" << endl;
t << "<html><head><title></title>" << endl;
t << "<meta http-equiv=\"Content-Type\" content=\"text/xhtml;charset=UTF-8\"/>" << endl;
- t << "<meta name=\"generator\" content=\"Doxygen " << getVersion() << "\"/>" << endl;
+ t << "<meta name=\"generator\" content=\"Doxygen " << getDoxygenVersion() << "\"/>" << endl;
t << "<link rel=\"stylesheet\" type=\"text/css\" href=\"search.css\"/>" << endl;
t << "<script type=\"text/javascript\" src=\"" << baseName << ".js\"></script>" << endl;
t << "<script type=\"text/javascript\" src=\"search.js\"></script>" << endl;