Fix documentation build under maverick (doxygen 1.7.1)
[senf.git] / senf / Scheduler / WriteHelper.hh
index 0d92962..d990917 100644 (file)
@@ -32,7 +32,7 @@
 #include "FdEvent.hh"
 
 //#include "WriteHelper.mpp"
-///////////////////////////////hh.p////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 
 namespace senf {
 
@@ -55,15 +55,15 @@ namespace senf {
         : public senf::intrusive_refcount
     {
     public:
-        ///////////////////////////////////////////////////////////////////////////
+        //-////////////////////////////////////////////////////////////////////////
         // Types
 
         typedef boost::intrusive_ptr<WriteHelper> ptr; ///< Smart pointer type for this class
         typedef boost::function<void (ptr)> Callback; ///< Callback type
 
-        ///////////////////////////////////////////////////////////////////////////
+        //-////////////////////////////////////////////////////////////////////////
         ///\name Structors and default members
-        ///@{
+        //\{
 
         static ptr dispatch(Handle handle, std::string const & data, Callback callback);
                                         ///< Register new WriteHelper instance
@@ -76,8 +76,8 @@ namespace senf {
                                              \param[in] callback callback
                                              \returns smart pointer to new WriteHelper instance */
 
-        ///@}
-        ///////////////////////////////////////////////////////////////////////////
+        //\}
+        //-////////////////////////////////////////////////////////////////////////
 
         Handle handle() const;
 
@@ -114,7 +114,7 @@ namespace senf {
 
 }
 
-///////////////////////////////hh.e////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 //#include "WriteHelper.cci"
 #include "WriteHelper.ct"
 #include "WriteHelper.cti"