Packets: Add short documentation for most internal classes
[senf.git] / Packets / DefaultBundle / IpV6Extensions.hh
index 79cc42a..50ace78 100644 (file)
@@ -32,6 +32,9 @@
 
 namespace senf {
 
+    ///\addtogroup protocolbundle_default
+    ///@{
+
     // See RFC2460
     struct Parse_IpV6Extension_Fragment : public PacketParserBase
     {
@@ -74,9 +77,13 @@ namespace senf {
     };
 
     typedef IpV6ExtensionType_Fragment::packet IpV6Extension_Fragment;
+
+    ///@}
 }
 
 ///////////////////////////////hh.e////////////////////////////////////////
+#endif
+#ifndef SENF_PACKETS_DECL_ONLY
 //#include "IpV6Extensions.cci"
 //#include "IpV6Extensions.ct"
 //#include "IpV6Extensions.cti"