From aa485bb3d5bb07f30156bd6bccd642e7594bfed5 Mon Sep 17 00:00:00 2001 From: tho <tho@wiback.org> Date: Fri, 6 Feb 2009 12:31:45 +0000 Subject: [PATCH] minor documentation fixes --- Utils/Mainpage.dox | 2 +- Utils/auto_unit_test.hh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Utils/Mainpage.dox b/Utils/Mainpage.dox index fe6dd7469..1adfc8e89 100644 --- a/Utils/Mainpage.dox +++ b/Utils/Mainpage.dox @@ -103,7 +103,7 @@ namespace senf { <tr><td>\ref utils_tags</td><td>Miscellaneous type tags</td></tr> <tr><td>stringJoin()</td><td>Utility to join a string range into - a single string (with separator)</td><?tr> + a single string (with separator)</td></tr> <tr><td>make_transform_range()</td><td>\c boost::make_transform_iterator() with support for ranges</td></tr> diff --git a/Utils/auto_unit_test.hh b/Utils/auto_unit_test.hh index 95980e3a2..8b0e1bbec 100644 --- a/Utils/auto_unit_test.hh +++ b/Utils/auto_unit_test.hh @@ -57,7 +57,7 @@ /** \brief Check for compile failure - COMPILE_RAIL() is used to check, that a certain piece of code will produce a compile time + COMPILE_FAIL() is used to check, that a certain piece of code will produce a compile time failure. \code -- GitLab