# HG changeset patch # User Tom Henderson # Date 1197755973 28800 # Node ID 347400c335f9d2fbb6d6c2309f7573bac955ccac # Parent 7f2b719b67fb5faefab9e2c8d065f2be311eef0b Repair doxygen errors diff -r 7f2b719b67fb -r 347400c335f9 src/devices/wifi/dca-txop.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 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. diff -r 7f2b719b67fb -r 347400c335f9 src/devices/wifi/mac-low.h --- 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; diff -r 7f2b719b67fb -r 347400c335f9 src/node/net-device.h --- 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