summaryrefslogtreecommitdiffstats
path: root/src/doxygen.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2020-07-07 20:25:50 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2020-07-07 20:25:50 (GMT)
commit93dc8f81eaaf5523715a4d5867cbb55f46c3f647 (patch)
tree0a3b710e5971c9a7db31c4ad75ac15479c7fc650 /src/doxygen.cpp
parentb11f1c4ec6309627004fce83f366c498bdaab429 (diff)
parentcc46626a3b92cfc73ccbef72abed8c7ac32ffe4d (diff)
downloadDoxygen-93dc8f81eaaf5523715a4d5867cbb55f46c3f647.zip
Doxygen-93dc8f81eaaf5523715a4d5867cbb55f46c3f647.tar.gz
Doxygen-93dc8f81eaaf5523715a4d5867cbb55f46c3f647.tar.bz2
Merge branch 'master' of github.com:doxygen/doxygen
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 3ed0e62..5ac1980 100644
--- a/src/doxygen.cpp
+++ b/src/doxygen.cpp
@@ -11584,7 +11584,7 @@ void generateOutput()
if (Debug::isFlagSet(Debug::Time))
{
msg("Total elapsed time: %.3f seconds\n(of which %.3f seconds waiting for external tools to finish)\n",
- ((double)Debug::elapsedTime())/1000.0,
+ ((double)Debug::elapsedTime()),
Portable::getSysElapsedTime()
);
g_s.print();