Fix documentation build under maverick (doxygen 1.7.1)
[senf.git] / senf / Packets / MPEGDVBBundle / MPESection.hh
index 5b80e05..ec56b10 100644 (file)
 // Custom includes
 #include <boost/crc.hpp>
 #include <algorithm>
-#include "../../Packets/Packets.hh"
+#include <senf/Packets/Packets.hh>
 
 //#include "MPESection.mpp"
-///////////////////////////////hh.p////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 
 namespace senf {
 
@@ -132,27 +132,28 @@ namespace senf {
 
         /** \brief Dump given MPESection in readable form to given output stream */
         static void dump(packet p, std::ostream & os);
-        
+
         static void finalize(packet p);
-        
+
         static factory_t nextPacketType(packet p);
-        
+
         static PacketParserBase::size_type initSize();
         static PacketParserBase::size_type initHeadSize();
     };
 
-    /** \brief MPESection packet typedef */
+    /** \brief MPESection packet typedef
+         \ingroup protocolbundle_mpegdvb
+     */
     typedef ConcretePacket<MPESectionType> MPESection;
 }
 
-
-///////////////////////////////hh.e////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 //#include "MPESection.cci"
 //#include "MPESection.ct"
 //#include "MPESection.cti"
 #endif
 
-
+\f
 // Local Variables:
 // mode: c++
 // fill-column: 100