lemon/assert.h
changeset 290 f6899946c1ac
parent 277 7abfb55f1ecc
     1.1 --- a/lemon/assert.h	Sat Sep 27 14:33:28 2008 +0200
     1.2 +++ b/lemon/assert.h	Tue Sep 30 20:53:18 2008 +0200
     1.3 @@ -108,7 +108,7 @@
     1.4  ///
     1.5  /// \brief Macro for assertion with customizable message
     1.6  ///
     1.7 -/// Macro for assertion with customizable message.  
     1.8 +/// Macro for assertion with customizable message.
     1.9  /// \param exp An expression that must be convertible to \c bool.  If it is \c
    1.10  /// false, then an assertion is raised. The concrete behaviour depends on the
    1.11  /// settings of the assertion system.