1.1 --- a/lemon/assert.h Wed Oct 01 12:44:16 2008 +0200
1.2 +++ b/lemon/assert.h Wed Oct 01 13:56:40 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.