- updated MPESection creation
[senf.git] / Socket / Protocols / INet / INet6Address.cti
index c4158c4..1947b12 100644 (file)
@@ -31,6 +31,8 @@
 #define prefix_ inline
 ///////////////////////////////cti.p///////////////////////////////////////
 
+#ifndef DOXYGEN
+
 template <unsigned a>
 prefix_ bool senf::detail::CheckINet6Network_impl5<a,0,0>::match(boost::uint8_t v0,
                                                                  boost::uint8_t v1)
@@ -161,6 +163,8 @@ match(INet6Address const & addr)
         CheckINet6Network_impl4<a7,restbits>::match(addr[14],addr[15]);
 }
 
+#endif
+
 ///////////////////////////////cti.e///////////////////////////////////////
 #undef prefix_