X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=PPI%2FModule.ih;h=33866871456efa3afd707b9d4c23429a5fa40800;hb=88b7af123f3faced1235041a506573caded251e8;hp=697fa7be963c626b476ca3118e84c8566d92ca41;hpb=81ffa1c459b96dd44472bcef37e1e373934ee138;p=senf.git diff --git a/PPI/Module.ih b/PPI/Module.ih index 697fa7b..3386687 100644 --- a/PPI/Module.ih +++ b/PPI/Module.ih @@ -33,6 +33,8 @@ namespace ppi { namespace module { namespace detail { +#ifndef DOXYGEN + // Placing these into a class simplifies the friend declaration template struct RouteHelper @@ -50,6 +52,8 @@ namespace detail { EventDescriptor &, connector::OutputConnector &); }; + +#endif }}}}