Skip to content
Snippets Groups Projects
Commit aa485bb3 authored by tho's avatar tho
Browse files

minor documentation fixes

parent fa101e0c
No related branches found
No related tags found
No related merge requests found
...@@ -103,7 +103,7 @@ namespace senf { ...@@ -103,7 +103,7 @@ namespace senf {
<tr><td>\ref utils_tags</td><td>Miscellaneous type tags</td></tr> <tr><td>\ref utils_tags</td><td>Miscellaneous type tags</td></tr>
<tr><td>stringJoin()</td><td>Utility to join a string range into <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 <tr><td>make_transform_range()</td><td>\c boost::make_transform_iterator() with support for
ranges</td></tr> ranges</td></tr>
......
...@@ -57,7 +57,7 @@ ...@@ -57,7 +57,7 @@
/** \brief Check for compile failure /** \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. failure.
\code \code
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment