Add missing doxygen \file comments
[senf.git] / Packets / MPEGDVBBundle / DSMCCSection.hh
index ae4f787..5fe02fc 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)
@@ -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;
+    
+    ///@}
 }