X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2FMPEGDVBBundle%2FDSMCCSection.hh;h=70eeceaf318b2e7e9db8c12fee084dc0830059fd;hb=f42f550e611b7cb1f0c729c12b09931319a7d41c;hp=ae4f7878862d68447e1530d37bfe7a4970b8ac10;hpb=cb10487f67b404334eaffa60f074b8eca8f871de;p=senf.git diff --git a/Packets/MPEGDVBBundle/DSMCCSection.hh b/Packets/MPEGDVBBundle/DSMCCSection.hh index ae4f787..70eecea 100644 --- a/Packets/MPEGDVBBundle/DSMCCSection.hh +++ b/Packets/MPEGDVBBundle/DSMCCSection.hh @@ -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; + + ///@} }