X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2FMPEGDVBBundle%2FDSMCCSection.hh;h=5fe02fc8f29a86d0d1bf85bfb2e2d94f26adfd2f;hb=6552846c4405011ceea544daca2f51799e9aa387;hp=ae4f7878862d68447e1530d37bfe7a4970b8ac10;hpb=b371e9c8020d1c30d7f844819714a81db7709912;p=senf.git diff --git a/Packets/MPEGDVBBundle/DSMCCSection.hh b/Packets/MPEGDVBBundle/DSMCCSection.hh index ae4f787..5fe02fc 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) @@ -20,6 +20,9 @@ // Free Software Foundation, Inc., // 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +/** \file + \brief DSMCCSection public header */ + #ifndef HH_DSMCCSection_ #define HH_DSMCCSection_ 1 @@ -35,6 +38,9 @@ namespace senf { + ///\addtogroup protocolbundle_mpegdvb + ///@{ + struct Parse_DSMCCSection : public PacketParserBase { SENF_PACKET_PARSER_INIT(Parse_DSMCCSection); @@ -86,6 +92,8 @@ namespace senf { }; typedef DSMCCSectionType::packet DSMCCSection; + + ///@} }