X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmException.h;h=c92034ecf514f02dcda024be585c8705ac85a85d;hb=53bb1d7e94a7de69ecafa9e81653d3baeb2e02ad;hp=0be44e78c990f6a5231ecf571047383eabd2e76e;hpb=327dfe7647e3720b0f3125f9b19397cb9afc0ed3;p=gdcm.git diff --git a/src/gdcmException.h b/src/gdcmException.h index 0be44e78..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/06 20:03:27 $ - Version: $Revision: 1.20 $ + 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 @@ -29,16 +29,15 @@ namespace gdcm { //----------------------------------------------------------------------------- -/* - * Any exception thrown in the gdcm library +/** + * \brief Any exception thrown in the gdcm library */ 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 */ @@ -80,8 +79,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 {