Changeset 1186 for trunk/yat/utility


Ignore:
Timestamp:
Feb 28, 2008, 10:00:32 PM (16 years ago)
Author:
Peter
Message:

minor docs issues fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/yat/utility/Exception.h

    r1178 r1186  
    4141  {
    4242  public:
     43    /**
     44       \brief Constructor
     45
     46       \param message message to be displayed using function what().
     47     */
    4348    inline cmd_error(std::string message)
    4449      : std::runtime_error(message) {}
Note: See TracChangeset for help on using the changeset viewer.