diff -r c20bcf71efe3 -r b217fc69f913 src/lemon/error.h --- a/src/lemon/error.h Tue Feb 15 15:00:31 2005 +0000 +++ b/src/lemon/error.h Wed Feb 16 16:17:30 2005 +0000 @@ -17,7 +17,7 @@ #ifndef LEMON_ERROR_H #define LEMON_ERROR_H -//! \ingroup misc +//! \ingroup exceptions //! \file //! \brief Basic exception classes and error handling. @@ -31,6 +31,9 @@ namespace lemon { +/// \addtogroup exceptions +/// @{ + /// Exception-safe convenient "error message" class. /// Helper class which provides a convenient ostream-like (operator << @@ -333,6 +336,7 @@ throw AssertionFailedError(file, line, func, message, assertion); } +/// @} } #endif // LEMON_ERROR_H