Utils: Add unit-test and documentation for type_traits.hh
[senf.git] / Utils / Mainpage.dox
index e5639af..711946c 100644 (file)
@@ -1,8 +1,8 @@
 // $Id$
 //
-// Copyright (C) 2007 
-// Fraunhofer Institute for Open Communication Systems (FOKUS) 
-// Competence Center NETwork research (NET), St. Augustin, GERMANY 
+// Copyright (C) 2007
+// Fraunhofer Institute for Open Communication Systems (FOKUS)
+// Competence Center NETwork research (NET), St. Augustin, GERMANY
 //     Stefan Bund <g0dil@berlios.de>
 //
 // This program is free software; you can redistribute it and/or modify
@@ -27,7 +27,7 @@ namespace senf {
     The Utilities Library is a collection of independent utilities.
 
 
-    \section basic_helpers C++ Language helpers and simple library extensions
+    \section basic_helpers C++ Language helpers and library extensions
 
     <table class="listing">
     <tr><td>\ref membind</td><td>a simple <a
@@ -37,10 +37,12 @@ namespace senf {
     tasks</td></tr>
 
     <tr><td>\ref senfpp</td><td>Extensions to the Boost.Preprocessor library</td></tr>
+
+    <tr><td>\ref typetraits</td><td>Extensions to the Boost.TypeTraits library</td></tr>
     </table>
 
 
-    \section basic_mixins Basic mixin classes
+    \section basic_mixins Mixin classes
     
     <table class="listing">
     <tr><td>\ref intrusive_refcount</td><td>mixin to simplify writing classes for use with <a