Restructure SENFSCons.Object helper
[senf.git] / PPI / MultiConnectorMixin.ih
index 6f1f2a0..0d96226 100644 (file)
@@ -41,12 +41,16 @@ namespace detail {
         typedef boost::ptr_map<KeyType, ConnectorType> type; 
     };
 
+#ifndef DOXYGEN
+
     template <class ConnectorType>
     struct MultiConnectorDefaultContainer<void,ConnectorType> 
     { 
         typedef boost::ptr_vector<ConnectorType> type;
     };
 
+#endif
+
     template <class ConnectorType>
     struct MultiConnectorSelectBase
         : public boost::mpl::if_<