Fix documentation build under maverick (doxygen 1.7.1)
[senf.git] / senf / Packets / 80211Bundle / WLANBeaconPacket.hh
index d82ed1a..25b631b 100644 (file)
@@ -30,7 +30,7 @@
 // Custom includes
 #include "InformationElements.hh"
 
-///////////////////////////////hh.p////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 namespace senf {
 
     struct WLANBeaconPacketParser : public PacketParserBase
@@ -43,15 +43,15 @@ namespace senf {
 
         SENF_PARSER_FIELD( ssidIE, WLANSSIDInfoElementParser );
         WLANSSIDInfoElementParser::value_t ssid() const { return ssidIE().value(); }
-        
+
         SENF_PARSER_FIELD( supportedRatesIE, WLANSupportedRatesInfoElementParser );
-        
+
         SENF_PARSER_LIST ( ieList, packetSize(), WLANGenericInfoElementParser );
-        
+
         SENF_PARSER_FINALIZE( WLANBeaconPacketParser );
     };
 
+
     /** \brief WLAN Beacon frame packet
 
         \par Packet type (typedef):
@@ -83,7 +83,7 @@ namespace senf {
 
 }
 
-///////////////////////////////hh.e////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 //#include "WLANBeaconPacket.cci"
 //#include "WLANBeaconPacket.ct"
 //#include "WLANBeaconPacket.cti"