wifi: Doxygen fixes

This commit is contained in:
Robert Ammon
2017-05-11 10:42:41 -07:00
parent 625e117ce0
commit bca75201d9
8 changed files with 11 additions and 18 deletions

View File

@@ -27,9 +27,6 @@
#include "qos-wifi-mac-helper.h"
#include <map>
/**
* (Deprecated) ns3::HtWifiMacHelper declaration.
*/
namespace ns3 {
@@ -38,6 +35,7 @@ namespace ns3 {
*
* This class can create MACs of type ns3::ApWifiMac, ns3::StaWifiMac,
* and, ns3::AdhocWifiMac, with QosSupported and HTSupported attributes set to True.
* \deprecated This class deprecated and replaced by ns3::WifiMacHelper
*/
class HtWifiMacHelper : public QosWifiMacHelper
{

View File

@@ -23,9 +23,6 @@
#include "wifi-helper.h"
/**
* (Deprecated) ns3::NonQosWifiMacHelper declaration.
*/
namespace ns3 {
@@ -34,6 +31,8 @@ namespace ns3 {
*
* This class can create MACs of type ns3::ApWifiMac, ns3::StaWifiMac,
* and, ns3::AdhocWifiMac, with QosSupported attribute set to False.
*
* \deprecated This class deprecated and replaced by ns3::WifiMacHelper
*/
class NqosWifiMacHelper : public WifiMacHelper
{

View File

@@ -26,9 +26,6 @@
#include <map>
/**
* (Deprecated) ns3::QosWifiMacHelper declaration.
*/
namespace ns3 {
@@ -37,6 +34,8 @@ namespace ns3 {
*
* This class can create MACs of type ns3::ApWifiMac, ns3::StaWifiMac,
* and, ns3::AdhocWifiMac, with QosSupported attribute set to True.
*
* \deprecated This class deprecated and replaced by ns3::WifiMacHelper
*/
class QosWifiMacHelper : public WifiMacHelper
{

View File

@@ -27,9 +27,6 @@
#include "qos-wifi-mac-helper.h"
#include <map>
/**
* (Deprecated) ns3::VhtWifiMacHelper declaration.
*/
namespace ns3 {
@@ -38,6 +35,8 @@ namespace ns3 {
*
* This class can create MACs of type ns3::ApWifiMac, ns3::StaWifiMac,
* and, ns3::AdhocWifiMac, with QosSupported, HTSupported and VHTSupported attributes set to True
*
* \deprecated This class deprecated and replaced by ns3::WifiMacHelper
*/
class VhtWifiMacHelper : public QosWifiMacHelper
{

View File

@@ -277,8 +277,8 @@ public:
* \returns a device container which contains all the devices created by this method.
*/
NetDeviceContainer
virtual Install (const WifiPhyHelper &phyHelper,
const WifiMacHelper &macHelper,
virtual Install (const WifiPhyHelper &phy,
const WifiMacHelper &mac,
NodeContainer::Iterator first,
NodeContainer::Iterator last) const;
/**

View File

@@ -253,7 +253,7 @@ public:
private:
Time m_time; ///< time
double m_delta; ///< delta
Ptr<InterferenceHelper::Event> m_event;
Ptr<InterferenceHelper::Event> m_event; ///< event
};
/**
* typedef for a vector of NiChanges

View File

@@ -73,7 +73,7 @@ public:
private:
double m_margin;
double m_margin; ///< margin for determining if a new frame
};
} //namespace ns3

View File

@@ -250,8 +250,6 @@ public:
/**
* Return first available packet for transmission. The packet is not removed from queue.
*
* \param hdr the header of the dequeued packet
* \param tStamp
* \param blockedPackets
*
* \return packet