tweak doxygen

This commit is contained in:
Mathieu Lacage
2008-03-31 09:51:30 -07:00
parent 4ff7264001
commit 6ac2042e55

View File

@@ -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
{