Fix documentation build under maverick (doxygen 1.7.1)
[senf.git] / senf / Socket / Protocols / Raw / LLAddressing.cci
index 0431630..509cfbe 100644 (file)
@@ -29,7 +29,7 @@
 #include <netinet/in.h>
 
 #define prefix_ inline
-///////////////////////////////cci.p///////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 
 prefix_ senf::LLSocketAddress::LLSocketAddress()
     : BSDSocketAddress (sizeof(sockaddr_ll), AF_PACKET)
@@ -100,7 +100,7 @@ prefix_ void senf::LLSocketAddress::address(MACAddress const & addr)
     std::copy(addr.begin(), addr.end(), &addr_.sll_addr[0]);
 }
 
-///////////////////////////////cci.e///////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 #undef prefix_
 
 \f