Add doclib/fix-links.py to temporarily fix/remove bad doxygen links
[senf.git] / PPI / Route.ih
index 7637d3e..46b7e8a 100644 (file)
@@ -35,6 +35,8 @@
 
 ///////////////////////////////ih.p////////////////////////////////////////
 
+#ifndef DOXYGEN
+
 namespace senf {
 namespace ppi {
 namespace detail {
@@ -59,8 +61,6 @@ namespace detail {
         typedef Connector type;
     };
 
-#ifndef DOXYGEN
-
     // RoutingTraits specialization for Event types. Events may be both dataSource or dataTarget but
     // cannot be notifySource.
     template <class Event>
@@ -75,8 +75,6 @@ namespace detail {
         typedef EventDescriptor type;
     };
 
-#endif
-    
     // 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
@@ -203,6 +201,8 @@ namespace detail {
 
 }}}
 
+#endif
+
 ///////////////////////////////ih.e////////////////////////////////////////
 #endif