Fix documentation build under maverick (doxygen 1.7.1)
[senf.git] / senf / Socket / Protocols / INet / TCPSocketProtocol.hh
index 4c05a0d..fab5444 100644 (file)
 #include "INetSocketProtocol.hh"
 
 //#include "TCPSocketProtocol.mpp"
-///////////////////////////////hh.p////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 
 namespace senf {
 
     /// \addtogroup protocol_facets_group
-    /// @{
+    //\{
 
     /** \brief Protocol facet to support TCP operations
 
@@ -63,19 +63,19 @@ namespace senf {
         void shutdown(ShutType type) const;
 
         ///\name Abstract Interface Implementation
-        ///@{
+        //\{
 
         void close();
         unsigned available() const;
         bool eof() const;
 
-        ///@}
+        //\}
     };
 
-    /// @}
+    //\}
 }
 
-///////////////////////////////hh.e////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 //#include "TCPSocketProtocol.cci"
 //#include "TCPSocketProtocol.ct"
 //#include "TCPSocketProtocol.cti"