COIN-OR::LEMON - Graph Library

Changeset 1151:b217fc69f913 in lemon-0.x for src/lemon/error.h


Ignore:
Timestamp:
02/16/05 17:17:30 (19 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1552
Message:

Several changes in the docs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/lemon/error.h

    r1125 r1151  
    1818#define LEMON_ERROR_H
    1919
    20 //! \ingroup misc
     20//! \ingroup exceptions
    2121//! \file
    2222//! \brief Basic exception classes and error handling.
     
    3131
    3232namespace lemon {
     33
     34/// \addtogroup exceptions
     35/// @{
    3336
    3437  /// Exception-safe convenient "error message" class.
     
    334337  }
    335338
     339/// @}
    336340
    337341}
Note: See TracChangeset for help on using the changeset viewer.