From: tho Date: Fri, 6 Feb 2009 12:31:45 +0000 (+0000) Subject: minor documentation fixes X-Git-Url: http://g0dil.de/git?a=commitdiff_plain;h=798a0c904f7aabb1c2eb0c937bc4a57caf2d057b;p=senf.git minor documentation fixes git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1102 270642c3-0616-0410-b53a-bc976706d245 --- diff --git a/Utils/Mainpage.dox b/Utils/Mainpage.dox index fe6dd74..1adfc8e 100644 --- a/Utils/Mainpage.dox +++ b/Utils/Mainpage.dox @@ -103,7 +103,7 @@ namespace senf { \ref utils_tagsMiscellaneous type tags stringJoin()Utility to join a string range into - a single string (with separator) + a single string (with separator) make_transform_range()\c boost::make_transform_iterator() with support for ranges diff --git a/Utils/auto_unit_test.hh b/Utils/auto_unit_test.hh index 95980e3..8b0e1bb 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