Bugfix: More template-logging fixes
[senf.git] / PPI / Events.ih
index 1e342a0..d23e780 100644 (file)
@@ -34,14 +34,14 @@ namespace senf {
 namespace ppi {
 namespace detail {
 
+#ifndef DOXYGEN
+
     template <class EventType>
     struct EventArgType
     {
         typedef EventType const & type;
     };
 
-#ifndef DOXYGEN
-
     template <>
     struct EventArgType<void>
     {