From fa63df389deaa8227ca8b38e1f498465178f3cb7 Mon Sep 17 00:00:00 2001 From: g0dil <g0dil@wiback.org> Date: Fri, 28 Nov 2008 11:10:20 +0000 Subject: [PATCH] Further documentation updates (grmpf) --- PPI/AnnotationRouter.hh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/PPI/AnnotationRouter.hh b/PPI/AnnotationRouter.hh index 7eada36a..e8ea799a 100644 --- a/PPI/AnnotationRouter.hh +++ b/PPI/AnnotationRouter.hh @@ -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 -- GitLab