X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=src%2FgdcmDebug.cxx;h=6868b8a4598104d6022ce2219635fc0b6b272e7a;hb=02cee87de17ebbd0920bf78ca470d5360254641e;hp=9963df5a1e699001a949e5efcdfe76523b6b8491;hpb=0e82725d64f17545e782c18039ced7ea898f8cad;p=gdcm.git diff --git a/src/gdcmDebug.cxx b/src/gdcmDebug.cxx index 9963df5a..6868b8a4 100644 --- a/src/gdcmDebug.cxx +++ b/src/gdcmDebug.cxx @@ -1,3 +1,21 @@ +/*========================================================================= + + Program: gdcm + Module: $RCSfile: gdcmDebug.cxx,v $ + Language: C++ + Date: $Date: 2004/06/20 18:08:47 $ + Version: $Revision: 1.2 $ + + Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de + l'Image). All rights reserved. See Doc/License.txt or + http://www.creatis.insa-lyon.fr/Public/Gdcm/License.htm for details. + + This software is distributed WITHOUT ANY WARRANTY; without even + the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR + PURPOSE. See the above copyright notices for more information. + +=========================================================================*/ + #include #include "gdcmDebug.h" @@ -8,7 +26,6 @@ gdcmDebug dbg; /** - * \ingroup gdcmDebug * \brief constructor * @param level debug level */ @@ -17,7 +34,6 @@ gdcmDebug::gdcmDebug(int level) { } /** - * \ingroup gdcmDebug * \brief Accessor * @param level Set the debug level */ @@ -26,7 +42,6 @@ void gdcmDebug::SetDebug(int level) { } /** - * \ingroup gdcmDebug * \brief Verbose * @param Level level * @param Msg1 first message part @@ -39,7 +54,6 @@ void gdcmDebug::Verbose(int Level, const char * Msg1, const char * Msg2) { } /** - * \ingroup gdcmDebug * \brief Error * @param Test test * @param Msg1 first message part @@ -53,7 +67,6 @@ void gdcmDebug::Error( bool Test, const char * Msg1, const char * Msg2) { } /** - * \ingroup gdcmDebug * \brief Error * @param Msg1 first message part * @param Msg2 second message part @@ -66,7 +79,6 @@ void gdcmDebug::Error(const char* Msg1, const char* Msg2, } /** - * \ingroup gdcmDebug * \brief Assert * @param Level level * @param Test test @@ -82,7 +94,6 @@ void gdcmDebug::Error(const char* Msg1, const char* Msg2, } /** - * \ingroup gdcmDebug * \brief Exit * @param a return code */