added documentation stub for the MPEG/DVB Bundle
[senf.git] / Packets / MPEGDVBBundle / DatagramSection.hh
index 7022709..467fdbd 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)
@@ -37,6 +37,9 @@
 
 namespace senf {
 
+    ///\addtogroup protocolbundle_mpegdvb
+    ///@{
+
     struct Parse_DatagramSection : public Parse_DSMCCSection
     {
         //SENF_PACKET_PARSER_NO_INIT(Parse_DatagramSection);
@@ -94,6 +97,8 @@ namespace senf {
     };
         
     typedef DatagramSectionType::packet DatagramSection;
+    
+    ///@}
 }