From: tho Date: Thu, 4 Dec 2008 12:59:39 +0000 (+0000) Subject: AnnotationRouter: fixed documentation link X-Git-Url: http://g0dil.de/git?a=commitdiff_plain;h=d724177f910255b7e4953b48f29717673e260686;p=senf.git AnnotationRouter: fixed documentation link git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1001 270642c3-0616-0410-b53a-bc976706d245 --- diff --git a/PPI/AnnotationRouter.hh b/PPI/AnnotationRouter.hh index e8ea799..19b8332 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.