From 6ac2042e55d99101d41047853e5ff39bdf5483be Mon Sep 17 00:00:00 2001 From: Mathieu Lacage Date: Mon, 31 Mar 2008 09:51:30 -0700 Subject: [PATCH] tweak doxygen --- src/devices/wifi/wifi-channel.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/devices/wifi/wifi-channel.h b/src/devices/wifi/wifi-channel.h index 88789b8a2..d07438108 100644 --- a/src/devices/wifi/wifi-channel.h +++ b/src/devices/wifi/wifi-channel.h @@ -39,11 +39,10 @@ class PropagationDelayModel; * * This channel subclass can be used to connect together a set of * ns3::WifiNetDevice network interfaces. A WifiChannel contains - * a PropagationLossModel and a PropagationDelayModel which can + * a ns3::PropagationLossModel and a ns3::PropagationDelayModel which can * be overriden by the WifiChannel::SetPropagationLossModel * and the WifiChannel::SetPropagationDelayModel methods. By default, - * The PropagationDelayModel is a ns3::ConstantSpeedPropagationModel, - * and the PropagationLossModel is a ns3::PathLossPropagationModel. + * no propagation models are set. */ class WifiChannel : public Channel {