Fix documentation build under maverick (doxygen 1.7.1)
[senf.git] / senf / Socket / Protocols / Raw / PacketSocketHandle.cc
index f24e0b1..a6a6e2a 100644 (file)
@@ -38,7 +38,7 @@
 
 //#include "PacketSocketHandle.mpp"
 #define prefix_
-///////////////////////////////cc.p////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 
 prefix_ void senf::PacketSocketProtocol::init_client(SocketType type, int protocol)
     const
@@ -72,7 +72,7 @@ prefix_ bool senf::PacketSocketProtocol::eof()
 }
 
 namespace {
-    
+
     void do_mc(int fd, std::string const & interface, senf::MACAddress address, bool add)
     {
         struct packet_mreq mreq;
@@ -119,7 +119,7 @@ prefix_ void senf::PacketSocketProtocol::promisc(std::string const & interface,
         throw senf::SystemException();
 }
 
-///////////////////////////////cc.e////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 #undef prefix_
 //#include "PacketSocketHandle.mpp"