PPI: Missing commit
[senf.git] / Utils / Mainpage.dox
index 3c0c53f..6e2c7f8 100644 (file)
@@ -47,6 +47,8 @@ namespace senf {
     <tr><td>\ref boost_parameter</td><td>Utilities concerning the <a
     href="http://www.boost.org/doc/libs/1_33_1/libs/parameter/doc/html/index.html">Boost.Parameter</a>
     library</td></tr>
+
+    <tr><td>\ref phoenix_helpers</td><td>Phoenix functors</td></tr>
     </table>
 
 
@@ -92,6 +94,8 @@ namespace senf {
     <table class="listing">
     <tr><td>\ref exception</td><td>standard exception for system errors (errno)</td></tr>
 
+    <tr><td>\ref senf_statistics</td><td>statistics functionality</td></tr>
+    
     <tr><td>\ref hexdump</td><td>a simple but usefull function to write binary data in in
     hexadecimal format.</td></tr>
 
@@ -101,13 +105,15 @@ 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>
 
     <tr><td>\ref backtraces</td><td>Utilities to parse and format backtrace information as provided
     by the GNU libc</td></tr>
+
+    <tr><td>signalName()</td><td>convert signal number to string representation</td></tr>
     </table>