Socket/Protocols/Inet: Fix off-by-one error in INet6Address
[senf.git] / PPI / Route.ih
index b99d93d..46b7e8a 100644 (file)
@@ -35,6 +35,8 @@
 
 ///////////////////////////////ih.p////////////////////////////////////////
 
+#ifndef DOXYGEN
+
 namespace senf {
 namespace ppi {
 namespace detail {
@@ -72,7 +74,7 @@ namespace detail {
 
         typedef EventDescriptor type;
     };
-    
+
     // The RoutingTraits give routing related information about the argument type:
     //  - Wether the type is a notifySource or notifyTarget
     //  - Wether the type is dataSource or dataTarget
@@ -199,6 +201,8 @@ namespace detail {
 
 }}}
 
+#endif
+
 ///////////////////////////////ih.e////////////////////////////////////////
 #endif