X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmException.cxx;h=2d2a9b06322be94a26534e5c7cecff1608a1a911;hb=801fe2221ca70b34c5c644b6f522aa1b7233945b;hp=cc95e0cd554fe3cb7fa3d1cf6025ee46b6b2eaec;hpb=be70f5cdc8ac472bff8ad8a36637457fe49778bd;p=gdcm.git diff --git a/src/gdcmException.cxx b/src/gdcmException.cxx index cc95e0cd..2d2a9b06 100644 --- a/src/gdcmException.cxx +++ b/src/gdcmException.cxx @@ -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 {