X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDebug.h;h=8bb1aa465458fcc24776046da7b181bdca5bc23d;hb=4efd58d718e072fa7909efa78e75d5dbbda3755f;hp=60a4bd489b5455b2101de324ccf8a606f97636d6;hpb=95e43356511d138225d8f718f632b3e7a8fcc106;p=gdcm.git diff --git a/src/gdcmDebug.h b/src/gdcmDebug.h index 60a4bd48..8bb1aa46 100644 --- a/src/gdcmDebug.h +++ b/src/gdcmDebug.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDebug.h,v $ Language: C++ - Date: $Date: 2005/02/05 01:37:08 $ - Version: $Revision: 1.30 $ + Date: $Date: 2005/02/11 15:22:18 $ + Version: $Revision: 1.32 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -47,8 +47,8 @@ public: Debug(); ~Debug(); - /// This is a global flag that controls whether any debug, warning - /// messages are displayed. + /// \brief This is a global flag that controls whether any debug, warning + /// messages are displayed. static void SetDebugFlag (bool flag); static bool GetDebugFlag (); /// \brief Sets the Debug Flag to true @@ -56,8 +56,8 @@ public: /// \brief Sets the Debug Flag to false static void DebugOff () { SetDebugFlag(false); }; - /// This is a global flag that controls if debug are redirected - /// to a file or not + /// \brief This is a global flag that controls if debug are redirected + /// to a file or not static void SetDebugToFile (bool flag); static bool GetDebugToFile (); /// \brief Next debug messages will be sent in the debug file @@ -123,9 +123,7 @@ public: * @param msg message part */ #ifdef NDEBUG -#define gdcmWarningMacro(msg) \ -{ \ -} +#define gdcmWarningMacro(msg) #else #define gdcmWarningMacro(msg) \ { \