fix dox warnings
authorMathieu Lacage <mathieu.lacage@sophia.inria.fr>
Tue, 15 May 2007 17:12:36 +0200
changeset 630 2f285162b6ca
parent 629 1b4dd2d99313
child 631 3620e5386e0d
fix dox warnings
src/core/command-line.h
src/devices/p2p/p2p-topology.h
--- a/src/core/command-line.h	Tue May 15 16:42:53 2007 +0200
+++ b/src/core/command-line.h	Tue May 15 17:12:36 2007 +0200
@@ -56,7 +56,7 @@
    * \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,
--- a/src/devices/p2p/p2p-topology.h	Tue May 15 16:42:53 2007 +0200
+++ b/src/devices/p2p/p2p-topology.h	Tue May 15 17:12:36 2007 +0200
@@ -44,7 +44,7 @@
   /** 
    * \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
    *