PPI: Remove specializations from documentation
[senf.git] / PPI / detail / Callback.hh
index 768cb98..5d23953 100644 (file)
@@ -65,6 +65,8 @@ namespace detail {
         static type make(boost::function<void()> callable, Owner &);
     };
 
+#ifndef DOXYGEN
+
     template <>
     struct Callback<void>
     {
@@ -76,6 +78,8 @@ namespace detail {
         static type make(type callable, Owner &);
     };
 
+#endif
+
 }}}
 
 ///////////////////////////////hh.e////////////////////////////////////////