src/lemon/error.h
changeset 1151 b217fc69f913
parent 1125 377e240b050f
child 1157 3996d2098090
     1.1 --- a/src/lemon/error.h	Tue Feb 15 15:00:31 2005 +0000
     1.2 +++ b/src/lemon/error.h	Wed Feb 16 16:17:30 2005 +0000
     1.3 @@ -17,7 +17,7 @@
     1.4  #ifndef LEMON_ERROR_H
     1.5  #define LEMON_ERROR_H
     1.6  
     1.7 -//! \ingroup misc
     1.8 +//! \ingroup exceptions
     1.9  //! \file
    1.10  //! \brief Basic exception classes and error handling.
    1.11  
    1.12 @@ -31,6 +31,9 @@
    1.13  
    1.14  namespace lemon {
    1.15  
    1.16 +/// \addtogroup exceptions
    1.17 +/// @{
    1.18 +
    1.19    /// Exception-safe convenient "error message" class.
    1.20  
    1.21    /// Helper class which provides a convenient ostream-like (operator <<
    1.22 @@ -333,6 +336,7 @@
    1.23      throw AssertionFailedError(file, line, func, message, assertion);
    1.24    }
    1.25  
    1.26 +/// @}
    1.27  
    1.28  }
    1.29  #endif // LEMON_ERROR_H