File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -11106,6 +11106,7 @@ static void dumpSymbolMap()
1110611106// print developer options of Doxygen
1110711107static void devUsage ()
1110811108{
11109+ Debug::clearFlag (Debug::Time);
1110911110 msg (" Developer parameters:\n " );
1111011111 msg (" -m dump symbol map\n " );
1111111112 msg (" -b making messages output unbuffered\n " );
@@ -11124,6 +11125,7 @@ static void devUsage()
1112411125
1112511126static void version (const bool extended)
1112611127{
11128+ Debug::clearFlag (Debug::Time);
1112711129 QCString versionString = getFullVersion ();
1112811130 msg (" %s\n " ,qPrint (versionString));
1112911131 if (extended)
@@ -11151,6 +11153,7 @@ static void version(const bool extended)
1115111153
1115211154static void usage (const QCString &name,const QCString &versionString)
1115311155{
11156+ Debug::clearFlag (Debug::Time);
1115411157 msg (" Doxygen version %s\n Copyright Dimitri van Heesch 1997-2024\n\n " ,qPrint (versionString));
1115511158 msg (" You can use Doxygen in a number of ways:\n\n " );
1115611159 msg (" 1) Use Doxygen to generate a template configuration file*:\n " );
You can’t perform that action at this time.
0 commit comments