equal
deleted
inserted
replaced
106 |
106 |
107 /// \ingroup exceptions |
107 /// \ingroup exceptions |
108 /// |
108 /// |
109 /// \brief Macro for assertion with customizable message |
109 /// \brief Macro for assertion with customizable message |
110 /// |
110 /// |
111 /// Macro for assertion with customizable message. |
111 /// Macro for assertion with customizable message. |
112 /// \param exp An expression that must be convertible to \c bool. If it is \c |
112 /// \param exp An expression that must be convertible to \c bool. If it is \c |
113 /// false, then an assertion is raised. The concrete behaviour depends on the |
113 /// false, then an assertion is raised. The concrete behaviour depends on the |
114 /// settings of the assertion system. |
114 /// settings of the assertion system. |
115 /// \param msg A <tt>const char*</tt> parameter, which can be used to provide |
115 /// \param msg A <tt>const char*</tt> parameter, which can be used to provide |
116 /// information about the circumstances of the failed assertion. |
116 /// information about the circumstances of the failed assertion. |