]> Creatis software - gdcm.git/blobdiff - src/gdcmException.cxx
Sub-minor std-related fixes... Jpr+Frog
[gdcm.git] / src / gdcmException.cxx
index cc95e0cd554fe3cb7fa3d1cf6025ee46b6b2eaec..2d2a9b06322be94a26534e5c7cecff1608a1a911 100644 (file)
@@ -8,7 +8,7 @@
 //-----------------------------------------------------------------------------
 // gdcmException
 
-/*
+/**
  * \ingroup gdcmException
  * \brief constructor
  * @param f
@@ -27,7 +27,7 @@ catch(...) {
 #endif
 
 
-/*
+/**
  * \ingroup gdcmException
  * \brief fatal
  * @param from 
@@ -50,7 +50,7 @@ catch(...) {
   }  
 }
 
-/*
+/**
  * \ingroup gdcmException
  * \brief getName
  * @return string
@@ -86,20 +86,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 {