src/devices/wifi/propagation-loss-model.h
changeset 2045 d44a90e4c03f
parent 2043 2c997f154c2d
child 2062 88302488c05b
--- a/src/devices/wifi/propagation-loss-model.h	Mon Oct 29 14:40:25 2007 +0100
+++ b/src/devices/wifi/propagation-loss-model.h	Mon Oct 29 14:45:43 2007 +0100
@@ -50,7 +50,7 @@
 
   /**
    * \returns the default propagation loss model as specified
-   * by the PropagationLossModelType ns3::DefaultValue.
+   * by \valueref{PropagationLossModelType}.
    */
   static Ptr<PropagationLossModel> CreateDefault (void);
 };
@@ -62,7 +62,7 @@
 {
 public:
   /**
-   * Use the default parameters from RandomPropagation.
+   * Use the default parameters from \valueref{RandomPropagationLossDistribution}.
    */
   RandomPropagationLossModel ();
   /**
@@ -88,7 +88,8 @@
 {
 public:
   /**
-   * Use the default parameters from \valueref{FriisPropagationLambda}.
+   * Use the default parameters from \valueref{FriisPropagationLossLambda},
+   * and \valueref{FriisPropagationLossSystemLoss}.
    */
   FriisPropagationLossModel ();
   /**
@@ -143,8 +144,8 @@
 public:
   /**
    * Use the default parameters from
-   * PathLossPropagationExponent, and,
-   * PathLossPropagationReferenceType
+   * \valueref{PathLossPropagationLossExponent}, and,
+   * \valueref{PathLossPropagationLossReferenceType}
    * to create a new propagation loss model.
    */
   PathLossPropagationLossModel ();