Fix documentation build under maverick (doxygen 1.7.1)
[senf.git] / senf / Socket / SocketHandle.ih
index 3871c52..da397be 100644 (file)
@@ -33,7 +33,7 @@
 #include <boost/scoped_ptr.hpp>
 #include "FileHandle.hh"
 
-///////////////////////////////ih.p////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 
 namespace senf {
 
@@ -100,14 +100,14 @@ namespace senf {
         : public FileBody
     {
     public:
-        ///////////////////////////////////////////////////////////////////////////
+        //-/////////////////////////////////////////////////////////////////////////////////////////
         // Types
 
         typedef boost::intrusive_ptr<SocketBody> ptr;
 
-        ///////////////////////////////////////////////////////////////////////////
+        //-/////////////////////////////////////////////////////////////////////////////////////////
         ///\name Structors and default members
-        ///@{
+        //\{
 
         SocketBody(bool isServer);      /**< \param isServer \c true, if this socket is a server
                                              socket, false otherwise */
@@ -119,8 +119,8 @@ namespace senf {
         // no copy
         // no conversion constructors
 
-        ///@}
-        ///////////////////////////////////////////////////////////////////////////
+        //\}
+        //-/////////////////////////////////////////////////////////////////////////////////////////
 
         SocketProtocol & protocol() const; ///< Access the protocol instance
 
@@ -184,7 +184,7 @@ namespace senf {
 
 }
 
-///////////////////////////////ih.e////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 #endif
 
 \f