]> Creatis software - gdcm.git/blobdiff - src/gdcmException.cxx
remove 'tab' caracters
[gdcm.git] / src / gdcmException.cxx
index cc95e0cd554fe3cb7fa3d1cf6025ee46b6b2eaec..037156051d30ba1abb35afe9a428e66aeca620f5 100644 (file)
@@ -1,5 +1,21 @@
-// gdcmException.cxx
-//-----------------------------------------------------------------------------
+/*=========================================================================
+                                                                                
+  Program:   gdcm
+  Module:    $RCSfile: gdcmException.cxx,v $
+  Language:  C++
+  Date:      $Date: 2004/06/20 18:08:47 $
+  Version:   $Revision: 1.16 $
+                                                                                
+  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 "gdcmException.h"
 
 #include <typeinfo>
@@ -8,7 +24,7 @@
 //-----------------------------------------------------------------------------
 // gdcmException
 
-/*
+/**
  * \ingroup gdcmException
  * \brief constructor
  * @param f
@@ -27,7 +43,7 @@ catch(...) {
 #endif
 
 
-/*
+/**
  * \ingroup gdcmException
  * \brief fatal
  * @param from 
@@ -50,7 +66,7 @@ catch(...) {
   }  
 }
 
-/*
+/**
  * \ingroup gdcmException
  * \brief getName
  * @return string
@@ -86,20 +102,18 @@ catch(...) {
   }
 }
 
-/*
+/**
  * \ingroup gdcmException
- * \brief gdcmException::operator
- * @param   
+ * \brief gdcmException
  */
  gdcmException::operator const char *() const throw() {
   return getName().c_str();
 }
 
 //-----------------------------------------------------------------------------
-/*
+/**
  * \ingroup gdcmException
  * \brief gdcmException::operator <<
- * @param   
  */
  std::ostream& operator<<(std::ostream &os, const gdcmException &e) {
   try {