Fix documentation build under maverick (doxygen 1.7.1)
[senf.git] / Examples / MultiMCLoop / MultiMCLoop.cc
index 08521b7..a6f07c8 100644 (file)
@@ -36,7 +36,7 @@
 
 //#include "MultiMCLoop.mpp"
 #define prefix_
-///////////////////////////////cc.p////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 
 typedef senf::UDPv4ClientSocketHandle UDPSocket;
 
@@ -69,7 +69,7 @@ prefix_ void MCReader::handler(int events)
     std::cout << "I " << name << ": " << socket.read() << "\n";
 }
 
-///////////////////////////////////////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 
 class MCWriter
 {
@@ -103,7 +103,7 @@ prefix_ void MCWriter::handler()
     event.timeout(senf::scheduler::eventTime() + interval);
 }
 
-///////////////////////////////////////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 
 class IfSetup
 {
@@ -145,14 +145,14 @@ prefix_ void IfSetup::sys(std::string const & cmd)
         throw SystemException() << ": code " << rv << ": " << cmd;
 }
 
-///////////////////////////////////////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 
 void sigintHandler(siginfo_t const &)
 {
     senf::scheduler::terminate();
 }
 
-///////////////////////////////////////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 
 int main(int argc, char * argv[])
 {
@@ -183,7 +183,7 @@ int main(int argc, char * argv[])
     }
 };
 
-///////////////////////////////cc.e////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 #undef prefix_
 //#include "MultiMCLoop.mpp"