Further documentation updates (grmpf)
g0dil [Fri, 28 Nov 2008 11:10:20 +0000 (11:10 +0000)]
git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@990 270642c3-0616-0410-b53a-bc976706d245

PPI/AnnotationRouter.hh

index 7eada36..e8ea799 100644 (file)
@@ -51,7 +51,8 @@ namespace module {
         \li Comparison with '<' (\c LessThanCompatable concept)
         \li Copy construction and copy assignment (\c Copyable und \c Assignable concepts)
             (e.g. via compiler synthesized copy constructor and assignment operator)
-        \li Output streaming to an ostream via '\c <<' (\c OutputStreamable concept)
+        \li Output streaming to an ostream via '\c <<' (for error description purposes) (\c
+            OutputStreamable concept)
 
         The following annotation can be used to route the packets according to a mac address.
         \code