From f6a2f1301063c8710bc882050ead9652311c7dfd Mon Sep 17 00:00:00 2001 From: tho <tho@wiback.org> Date: Thu, 4 Dec 2008 12:59:39 +0000 Subject: [PATCH] AnnotationRouter: fixed documentation link --- PPI/AnnotationRouter.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PPI/AnnotationRouter.hh b/PPI/AnnotationRouter.hh index e8ea799a9..19b8332eb 100644 --- a/PPI/AnnotationRouter.hh +++ b/PPI/AnnotationRouter.hh @@ -41,7 +41,7 @@ namespace module { /** \brief Route packets to destination according to some annotation value This router takes packet on a single input and directs them to one of it outputs depending - on a \link packet_usage_annotation packet annotation\endlink. Each output connected + on a \ref packet_usage_annotation "packet annotation". Each output connected will be associated with a single annotation value. Incoming packets for which no matching output is found are directed to a default output. If this output is left unconnected, those packets will be dropped. -- GitLab