X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmException.h;h=c92034ecf514f02dcda024be585c8705ac85a85d;hb=4d992954520d43c6f2fb555b7cd721574978c23a;hp=425ad6b9dfe32182dcf607da8fd568e7899e5306;hpb=ac0c6624e5206f25f5adc7deb53f937e00e6e264;p=gdcm.git diff --git a/src/gdcmException.h b/src/gdcmException.h index 425ad6b9..c92034ec 100644 --- a/src/gdcmException.h +++ b/src/gdcmException.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmException.h,v $ Language: C++ - Date: $Date: 2005/01/11 15:15:38 $ - Version: $Revision: 1.21 $ + Date: $Date: 2005/02/11 16:36:52 $ + Version: $Revision: 1.22 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -36,9 +36,8 @@ class GDCM_EXPORT Exception : public std::exception { public: /* - * Builds an exception with minimal information: name of the thrower - * method and error message - * + * \brief Builds an exception with minimal information: name of the thrower + * method and error message * @param from name of the thrower * @param error error description string */