X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmException.h;fp=src%2FgdcmException.h;h=425ad6b9dfe32182dcf607da8fd568e7899e5306;hb=ac0c6624e5206f25f5adc7deb53f937e00e6e264;hp=0be44e78c990f6a5231ecf571047383eabd2e76e;hpb=eec9957c8a526ceeef2464f86b84d6aa95c52bc9;p=gdcm.git diff --git a/src/gdcmException.h b/src/gdcmException.h index 0be44e78..425ad6b9 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/06 20:03:27 $ - Version: $Revision: 1.20 $ + Date: $Date: 2005/01/11 15:15:38 $ + Version: $Revision: 1.21 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -29,8 +29,8 @@ namespace gdcm { //----------------------------------------------------------------------------- -/* - * Any exception thrown in the gdcm library +/** + * \brief Any exception thrown in the gdcm library */ class GDCM_EXPORT Exception : public std::exception { @@ -80,8 +80,8 @@ protected: //----------------------------------------------------------------------------- -/* - * File error exception thrown in the gdcm library +/** + * \brief File error exception thrown in the gdcm library */ class GDCM_EXPORT FileError : public Exception {