X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDebug.cxx;h=2891b21cb6e358abdcc151f868420c160404a39a;hb=f6dbab059809959b586408f89330264a03cfe656;hp=fcd16cffdab1aa753c3a43e3184dcd79dd109c9e;hpb=4b4569ba7d0829cf3782ff6b5bbe5ae1009466e6;p=gdcm.git diff --git a/src/gdcmDebug.cxx b/src/gdcmDebug.cxx index fcd16cff..2891b21c 100644 --- a/src/gdcmDebug.cxx +++ b/src/gdcmDebug.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDebug.cxx,v $ Language: C++ - Date: $Date: 2004/08/01 02:39:09 $ - Version: $Revision: 1.4 $ + Date: $Date: 2004/08/31 14:24:47 $ + Version: $Revision: 1.5 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -43,9 +43,9 @@ void gdcmDebug::SetDebug(int level) /** * \brief Verbose - * @param Level level - * @param Msg1 first message part - * @param Msg2 second message part + * @param level level + * @param msg1 first message part + * @param msg2 second message part */ void gdcmDebug::Verbose(int level, const char * msg1, const char * msg2) { @@ -58,9 +58,9 @@ void gdcmDebug::Verbose(int level, const char * msg1, const char * msg2) /** * \brief Error - * @param Test test - * @param Msg1 first message part - * @param Msg2 second message part + * @param test test + * @param msg1 first message part + * @param msg2 second message part */ void gdcmDebug::Error(bool test, const char * msg1, const char * msg2) { @@ -74,9 +74,9 @@ void gdcmDebug::Error(bool test, const char * msg1, const char * msg2) /** * \brief Error - * @param Msg1 first message part - * @param Msg2 second message part - * @param Msg3 Third message part + * @param msg1 first message part + * @param msg2 second message part + * @param msg3 Third message part */ void gdcmDebug::Error(const char* msg1, const char* msg2, const char* msg3) @@ -87,10 +87,10 @@ void gdcmDebug::Error(const char* msg1, const char* msg2, /** * \brief Assert - * @param Level level - * @param Test test - * @param Msg1 first message part - * @param Msg2 second message part + * @param level level + * @param test test + * @param msg1 first message part + * @param msg2 second message part */ void gdcmDebug::Assert(int level, bool test, const char * msg1, const char * msg2)