summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2020-03-14 13:04:57 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2020-03-14 13:04:57 (GMT)
commitddd02424bffa5091601765d0d4e11c1342c48673 (patch)
tree8d17cefd70a53e46a2c938b62fea79ee3e86890b /src
parent2eb03276f4651ea84c90b66cf3c78f8f3b96fab2 (diff)
parentffd222f0bb26e6b9fb696bfda60a5f675cae1514 (diff)
downloadDoxygen-ddd02424bffa5091601765d0d4e11c1342c48673.zip
Doxygen-ddd02424bffa5091601765d0d4e11c1342c48673.tar.gz
Doxygen-ddd02424bffa5091601765d0d4e11c1342c48673.tar.bz2
Merge branch 'master' of github.com:doxygen/doxygen
Diffstat (limited to 'src')
-rw-r--r--src/doxygen.cpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/doxygen.cpp b/src/doxygen.cpp
index 3fa6959..a0e9623 100644
--- a/src/doxygen.cpp
+++ b/src/doxygen.cpp
@@ -10772,6 +10772,18 @@ void parseInput()
{
atexit(exitDoxygen);
+ // we would like to show the versionString earlier, but we first have to handle the configuration file
+ // to know the value of the QUIET setting.
+ QCString versionString;
+ if (strlen(getGitVersion())>0)
+ {
+ versionString = QCString(getVersion())+" ("+getGitVersion()+")";
+ }
+ else
+ {
+ versionString = getVersion();
+ }
+ msg("Doxygen version used: %s\n",versionString.data());
/**************************************************************************
* Make sure the output directory exists