X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=PPI%2FRoute.hh;h=3d4f513f9c9a688f05a50dafe975e8d211f1f4eb;hb=217dd10cd636d614ee110f0be293d5d5b5fa646d;hp=b09925da6720c39f161e61a98a285685a9dd8b1b;hpb=89efe5f504c400212090aba703c7ee385f483c64;p=senf.git diff --git a/PPI/Route.hh b/PPI/Route.hh index b09925d..3d4f513 100644 --- a/PPI/Route.hh +++ b/PPI/Route.hh @@ -32,6 +32,11 @@ namespace senf { namespace ppi { + /** \brief Route descriptor + + Route instances are created by Module::route statements. The Route class provides an + interface to manipulate the flow processing. + */ template class Route {