minor documentation fixes
tho [Fri, 6 Feb 2009 12:31:45 +0000 (12:31 +0000)]
git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1102 270642c3-0616-0410-b53a-bc976706d245

Utils/Mainpage.dox
Utils/auto_unit_test.hh

index fe6dd74..1adfc8e 100644 (file)
@@ -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>
index 95980e3..8b0e1bb 100644 (file)
@@ -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