fix dox warnings

Mathieu Lacage 2007-05-15 17:12:36 +02:00
parent 41b12f96a5
commit 6736b56964
2 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@ public:
* \brief Add a command line triggered function call to the system
* \param name Name of the string to expect on the command line
* \param help A help string for this param, displayed --help is used.
* \param value An ns3::Callback that gets called if name is present as a
* \param cb An ns3::Callback that gets called if name is present as a
* commandline argument.
*/
static void AddArgCommand (const std::string &name,

View File

@ -44,7 +44,7 @@ public:
/**
* \param n1 INode
* \param n2 INode
* \param rate Maximum transmission link rate
* \param dataRate Maximum transmission link rate
* \param delay one-way propagation delay
* \return Pointer to the underlying PointToPointChannel
*