X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDebug.cxx;h=541f79fc35d01e49639e3b669179afe64f9a9f1b;hb=5dc31f3b74c8da7f8c59caa4d2255d1d0e7a03d2;hp=a075700c062eff9c44ee2460b079eb54d943336e;hpb=cc8f86d8d77d1e831a04d5c80ec95f2f125c5313;p=gdcm.git diff --git a/src/gdcmDebug.cxx b/src/gdcmDebug.cxx index a075700c..541f79fc 100644 --- a/src/gdcmDebug.cxx +++ b/src/gdcmDebug.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDebug.cxx,v $ Language: C++ - Date: $Date: 2005/02/02 14:52:22 $ - Version: $Revision: 1.23 $ + Date: $Date: 2005/02/04 16:51:36 $ + Version: $Revision: 1.24 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -43,7 +43,7 @@ Debug::~Debug() //----------------------------------------------------------------------------- // Public /** - * \brief Accessor + * \brief Sets the debug flag * @param flag Set the debug flag */ void Debug::SetDebugFlag (bool flag) @@ -78,7 +78,8 @@ bool Debug::GetDebugToFile () } /** - * \brief Set Accessor + * \brief Set the filename the debug stream should be redirect to + * Settting a filename also set DebugToFile to true * @param filename File to redirect debug info * Absolutely nothing is check. You have to pass in * a correct filename @@ -93,7 +94,8 @@ void Debug::SetDebugFilename (std::string const &filename) } /** - * \brief Get Accessor + * \brief Internal use only. Allow us to retrieve the static from anywhere + * in gdcm code * @return Debug file */ std::ofstream &Debug::GetDebugFile ()