Fix documentation build under maverick (doxygen 1.7.1)
[senf.git] / senf / Socket / Protocols / INet / TCPSocketProtocol.hh
index dc9b0e8..fab5444 100644 (file)
 #define HH_SENF_Socket_Protocols_INet_TCPSocketProtocol_ 1
 
 // Custom includes
-#include <senf/Socket/SocketProtocol.hh>
 #include "INetSocketProtocol.hh"
 
 //#include "TCPSocketProtocol.mpp"
-///////////////////////////////hh.p////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 
 namespace senf {
 
     /// \addtogroup protocol_facets_group
-    /// @{
+    //\{
 
-    /** \brief Protocol facat to support TCP operations
+    /** \brief Protocol facet to support TCP operations
 
         This protocol facet provides all those protocol functions,
         which are available on any TCP socket.
@@ -53,7 +52,7 @@ namespace senf {
                                         /**< Enabling \c SO_NODELAY will disable the NAGLE
                                              algorithm (which aggregates multiple writes into a
                                              single network packet). Enabling nodelay() optimizes
-                                             the repsonse time at the expense of the bandwidth
+                                             the response time at the expense of the bandwidth
                                              efficiency.
                                              \param[in] value \c SO_NODELAY state */
 
@@ -64,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"