Packets/80221Bundle: fix for MIHF_Id parser
[senf.git] / senf / Packets / 80211Bundle / WLANBeaconPacket.hh
index 8443d3d..d82ed1a 100644 (file)
@@ -55,7 +55,7 @@ namespace senf {
     /** \brief WLAN Beacon frame packet
 
         \par Packet type (typedef):
-            \refWLANBeaconPacket
+            \ref WLANBeaconPacket
 
         \par Fields:
 
@@ -76,6 +76,9 @@ namespace senf {
         static void dump(packet p, std::ostream &os);
     };
 
+    /** \brief WLAN Beacon frame packet typedef
+        \ingroup protocolbundle_80211
+     */
     typedef ConcretePacket<WLANBeaconPacketType> WLANBeaconPacket;
 
 }