Fix iterator storage traits implementation and add unit-test
[senf.git] / Utils / Mainpage.dox
index de801f3..e5b53dd 100644 (file)
@@ -6,15 +6,18 @@ namespace senf {
     utilities. We have
     <dl>
 
+    <dt>\ref logger</dt><dd>highly flexible logging
+    infrastructure</dd>
+
     <dt>SystemException</dt><dd>standard exception for system errors
     (errno)</dd>
 
     <dt>\ref time</dt><dd>Very rudimentary microsecond time
     support</dd>
-    
+
     <dt>\ref process</dt><dd>Some simple process management and daemon
     helpers<?dd>
-    
+
     <dt>\ref membind</dt><dd>a simple <a
     href="http://www.boost.org/libs/bind/bind.html">Boost.Bind</a>
     extension</dd>
@@ -29,6 +32,8 @@ namespace senf {
     <dt>prettyName()</dt><dd>an interface to the C++ demangler of g++
     to get formated type names from typeinfo objects</dd>
 
+    <dt>\ref SENF_SCOPED_BUFFER</dt><dd>a portable way to efficiently allocate temporary buffers</dd>
+
     </dl>
  */
 
@@ -37,7 +42,10 @@ namespace senf {
 \f
 // Local Variables:
 // mode: c++
+// fill-column: 100
+// c-file-style: "senf"
+// indent-tabs-mode: nil
+// ispell-local-dictionary: "american"
 // mode: flyspell
 // mode: auto-fill
-// ispell-local-dictionary: "american"
 // End: