From 9ad409452bd9f6d1fdb6979878de7ea2c7c380dc Mon Sep 17 00:00:00 2001 From: Mathieu Lacage Date: Mon, 24 Mar 2008 11:50:58 -0700 Subject: [PATCH] fix dox warnings. --- src/helper/point-to-point-helper.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/helper/point-to-point-helper.h b/src/helper/point-to-point-helper.h index ffb4156ba..0b48c683f 100644 --- a/src/helper/point-to-point-helper.h +++ b/src/helper/point-to-point-helper.h @@ -38,16 +38,16 @@ public: std::string n4 = "", Attribute v4 = Attribute ()); /** - * \param n1 the name of the attribute to set - * \param v1 the value of the attribute to set + * \param name the name of the attribute to set + * \param value the value of the attribute to set * * Set these parameters on each ns3::PointToPointNetDevice created * by PointToPointHelper::Build */ void SetDeviceParameter (std::string name, Attribute value); /** - * \param n1 the name of the attribute to set - * \param v1 the value of the attribute to set + * \param name the name of the attribute to set + * \param value the value of the attribute to set * * Set these parameters on each ns3::PointToPointChannel created * by PointToPointHelper::Build