Fix documentation build under maverick (doxygen 1.7.1)
[senf.git] / senf / Socket / Protocols / INet / UDPSocketProtocol.hh
index 6841c1d..59fa90b 100644 (file)
 #include "INetSocketProtocol.hh"
 
 //#include "UDPSocketProtocol.mpp"
-///////////////////////////////hh.p////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 
 namespace senf {
 
     /// \addtogroup protocol_facets_group
-    /// @{
+    //\{
 
     /** \brief Protocol facet to support UDP operations
 
@@ -48,18 +48,18 @@ namespace senf {
     {
     public:
         ///\name Abstract Interface Implementation
-        ///@{
+        //\{
 
         unsigned available() const;
         bool eof() const;
 
-        ///@}
+        //\}
     };
 
-    /// @}
+    //\}
 }
 
-///////////////////////////////hh.e////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 //#include "UDPSocketProtocol.cci"
 //#include "UDPSocketProtocol.ct"
 //#include "UDPSocketProtocol.cti"