Fix documentation build under maverick (doxygen 1.7.1)
[senf.git] / senf / Socket / Protocols / DVB / DVBDemuxSocketProtocol.hh
index 632b528..af82baa 100644 (file)
 #ifndef HH_SENF_Socket_Protocols_DVB_DVBDemuxSocketProtocol_
 #define HH_SENF_Socket_Protocols_DVB_DVBDemuxSocketProtocol_ 1
 
-#include <linux/dvb/dmx.h> 
+#include <linux/dvb/dmx.h>
 
 // Custom includes
-#include "../../../Socket/SocketProtocol.hh"
+#include <senf/Socket/SocketProtocol.hh>
 
 //#include "DVBSocketProtocol.mpp"
-///////////////////////////////hh.p////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 
 namespace senf {
 
     /// \addtogroup protocol_facets_group
-    /// @{
+    //\{
 
     /** \todo Document me!
      */
@@ -45,7 +45,7 @@ namespace senf {
         : public virtual SocketProtocol
     {
     public:
-        void setBufferSize(unsigned long size) const; 
+        void setBufferSize(unsigned long size) const;
                                 ///< set the size of the circular buffer used for filtered data.
                                 /**< The default size is two maximum sized sections, i.e. if this
                                      function is not called a buffer size of 2 * 4096 bytes will
@@ -53,19 +53,19 @@ namespace senf {
                                      \param[in] size Size of circular buffer. */
         void startFiltering() const;
         void stopFiltering() const;
-        
+
         ///\name Abstract Interface Implementation
-        ///@{
-        
+        //\{
+
         bool eof() const;
 
-        ///@}
+        //\}
     };
 
-    /// @}
+    //\}
 }
 
-///////////////////////////////hh.e////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 //#include "DVBDemuxSocketProtocol.cci"
 //#include "DVBDemuxSocketProtocol.ct"
 //#include "DVBDemuxSocketProtocol.cti"