Add missing doxygen \file comments
[senf.git] / Packets / MPEGDVBBundle / DatagramSection.hh
index 7022709..316dc17 100644 (file)
@@ -1,4 +1,4 @@
-// $Id$
+// $Id:DatagramSection.hh 327 2007-07-20 10:03:44Z tho $
 //
 // Copyright (C) 2007
 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS)
@@ -20,6 +20,9 @@
 // Free Software Foundation, Inc.,
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
+/** \brief
+    \file DatagramSection public header */
+
 #ifndef HH_DatagramSection_
 #define HH_DatagramSection_ 1
 
@@ -37,6 +40,9 @@
 
 namespace senf {
 
+    ///\addtogroup protocolbundle_mpegdvb
+    ///@{
+
     struct Parse_DatagramSection : public Parse_DSMCCSection
     {
         //SENF_PACKET_PARSER_NO_INIT(Parse_DatagramSection);
@@ -94,6 +100,8 @@ namespace senf {
     };
         
     typedef DatagramSectionType::packet DatagramSection;
+    
+    ///@}
 }