Repair doxygen errors
This commit is contained in:
@@ -66,8 +66,8 @@ public:
|
||||
typedef Callback <void, WifiMacHeader const&> TxFailed;
|
||||
|
||||
/**
|
||||
* \param minCw forwarded to ns3::DcfState constructor
|
||||
* \param maxCw forwarded to ns3::DcfState constructor
|
||||
* \param cwMin forwarded to ns3::DcfState constructor
|
||||
* \param cwMax forwarded to ns3::DcfState constructor
|
||||
* \param aifsn forwarded to ns3::DcfState constructor
|
||||
* \param manager the manager which will be responsible
|
||||
* for controlling access to this DcaTxop.
|
||||
|
||||
@@ -108,12 +108,10 @@ public:
|
||||
MacLowNavListener ();
|
||||
virtual ~MacLowNavListener ();
|
||||
/**
|
||||
* \param now start of NAV timer
|
||||
* \param duration duration of NAV timer
|
||||
*/
|
||||
virtual void NavStart (Time duration) = 0;
|
||||
/**
|
||||
* \param now start of NAV timer
|
||||
* \param duration duration of NAV timer
|
||||
*/
|
||||
virtual void NavReset (Time duration) = 0;
|
||||
|
||||
@@ -199,7 +199,7 @@ public:
|
||||
*/
|
||||
bool IsPointToPoint (void) const;
|
||||
/**
|
||||
* \param p packet sent from above down to Network Device
|
||||
* \param packet packet sent from above down to Network Device
|
||||
* \param dest mac address of the destination (already resolved)
|
||||
* \param protocolNumber identifies the type of payload contained in
|
||||
* this packet. Used to call the right L3Protocol when the packet
|
||||
|
||||
Reference in New Issue
Block a user