added documentation stub for the MPEG/DVB Bundle
[senf.git] / Packets / MPEGDVBBundle / DSMCCSection.hh
index ae4f787..70eecea 100644 (file)
@@ -1,4 +1,4 @@
-// $Id$
+// $Id:DSMCCSection.hh 327 2007-07-20 10:03:44Z tho $
 //
 // Copyright (C) 2007
 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS)
@@ -35,6 +35,9 @@
 
 namespace senf {
 
+    ///\addtogroup protocolbundle_mpegdvb
+    ///@{
+
     struct Parse_DSMCCSection : public PacketParserBase
     {
         SENF_PACKET_PARSER_INIT(Parse_DSMCCSection);
@@ -86,6 +89,8 @@ namespace senf {
     };
         
     typedef DSMCCSectionType::packet DSMCCSection;
+    
+    ///@}
 }