Socket: Add additional policy-dependency documentation to ClientSocketHandle
[senf.git] / Packets / DefaultBundle / UDPPacket.hh
index 047dc22..bc3ab1d 100644 (file)
 #define HH_UDPPacket_ 1
 
 // Custom includes
-#include "Packets/PacketType.hh"
-#include "Packets/ParseInt.hh"
-#include "Packets/PacketRegistry.hh"
-#include "Packets/PacketParser.hh"
+#include "Packets/Packets.hh"
 
 //#include "UDPPacket.mpp"
 ///////////////////////////////hh.p////////////////////////////////////////
 
 namespace senf {
 
+    ///\addtogroup protocolbundle_default
+    ///@{
+
     // See RFC768
     struct Parse_UDP : public PacketParserBase
     {
@@ -66,10 +66,14 @@ namespace senf {
     };
 
     typedef UDPPacketType::packet UDPPacket;
+
+    ///@}
 }
 
 
 ///////////////////////////////hh.e////////////////////////////////////////
+#endif
+#ifndef SENF_PACKETS_DECL_ONLY
 //#include UDPPacket.cci"
 //#include "UDPPacket.ct"
 //#include "UDPPacket.cti"