Socket/Protocols/INet: Fix address class documentation
[senf.git] / Socket / Protocols / DVB / DVBFrontendHandle.hh
index 219a615..c1f628c 100644 (file)
@@ -72,6 +72,7 @@ namespace senf {
 
         ///@}
         ///\name Abstract Interface Implementation
+        ///@{
         
         unsigned available() const;
         bool eof() const;
@@ -85,6 +86,7 @@ namespace senf {
 
     typedef ProtocolClientSocketHandle<DVBFrontendProtocol> DVBFrontendHandle;
 
+    ///@}
 }