X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2FMPEGDVBBundle%2FDatagramSection.hh;h=467fdbd94ea94358e6390f3e7d7aaf91629d8bff;hb=f42f550e611b7cb1f0c729c12b09931319a7d41c;hp=70227093b8bd2c41a7a41662b3c92f84d10a61e4;hpb=cb10487f67b404334eaffa60f074b8eca8f871de;p=senf.git diff --git a/Packets/MPEGDVBBundle/DatagramSection.hh b/Packets/MPEGDVBBundle/DatagramSection.hh index 7022709..467fdbd 100644 --- a/Packets/MPEGDVBBundle/DatagramSection.hh +++ b/Packets/MPEGDVBBundle/DatagramSection.hh @@ -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; + + ///@} }