X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=PPI%2FMainpage.dox;h=8ab4d4bd85686237f90f6422634b85f94494fd9f;hb=b52002fa2001e6472d6aa3dde263b85f654c6e8e;hp=cd89148ad8ff0e223444881ddf3578be50723cdf;hpb=a479735a65e334af538b895f182f8efd36a541c5;p=senf.git diff --git a/PPI/Mainpage.dox b/PPI/Mainpage.dox index cd89148..8ab4d4b 100644 --- a/PPI/Mainpage.dox +++ b/PPI/Mainpage.dox @@ -102,9 +102,9 @@ Of these modules, normally only the application modules need to be implemented since the library provides an extensive set of reusable modules. - The following example module declares three \ref ppi_connectors: \c payload, \c stuffing and - \coutput. These connectors are defined as \e public data members so they can be accessed from - the outside. This is important as we will see below. + The following example module declares three \ref ppi_connectors "Connectors": \c payload, + \c stuffing and \c output. These connectors are defined as \e public data members so they + can be accessed from the outside. This is important as we will see below. \code class RateStuffer @@ -306,11 +306,11 @@ example by manually throttling some passive connector (see \ref senf::ppi::connector::PassiveConnector). - To enable/disable automatic throttling, the \ref senf::ppi::Module::route() command returns a - reference to a \ref senf::ppi::Route instance. If this route is \e forwarding route, (that is, - of the connectors is passive and the other is active), the return value will be derived from - \ref senf::ppi::ForwardingRoute which provides members to control the throttle notification - forwarding. + To enable/disable automatic throttling, the \ref senf::ppi::module::Module::route() command + returns a reference to a \ref senf::ppi::Route instance. If this route is \e forwarding route, + (that is, of the connectors is passive and the other is active), the return value will be + derived from \ref senf::ppi::ForwardingRoute which provides members to control the throttle + notification forwarding. \see senf::ppi::module::Module \n