Repair doxygen errors
authorTom Henderson <tomh@tomh.org>
Sat, 15 Dec 2007 13:59:33 -0800
changeset 2191 347400c335f9
parent 2190 7f2b719b67fb
child 2192 4db981a0d9eb
Repair doxygen errors
src/devices/wifi/dca-txop.h
src/devices/wifi/mac-low.h
src/node/net-device.h
--- a/src/devices/wifi/dca-txop.h	Sat Dec 15 13:52:00 2007 -0800
+++ b/src/devices/wifi/dca-txop.h	Sat Dec 15 13:59:33 2007 -0800
@@ -66,8 +66,8 @@
   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.
--- a/src/devices/wifi/mac-low.h	Sat Dec 15 13:52:00 2007 -0800
+++ b/src/devices/wifi/mac-low.h	Sat Dec 15 13:59:33 2007 -0800
@@ -108,12 +108,10 @@
   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;
--- a/src/node/net-device.h	Sat Dec 15 13:52:00 2007 -0800
+++ b/src/node/net-device.h	Sat Dec 15 13:59:33 2007 -0800
@@ -199,7 +199,7 @@
    */
   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