fix dox warnings
authorMathieu Lacage <mathieu.lacage@sophia.inria.fr>
Fri, 30 Mar 2007 11:08:47 +0200
changeset 415 dee776571347
parent 411 bd9e3c1d7a66
child 416 badb0e35d4c4
fix dox warnings
src/node/ipv4.h
src/node/l3-demux.h
src/node/net-device.h
--- a/src/node/ipv4.h	Thu Mar 29 18:07:37 2007 +0200
+++ b/src/node/ipv4.h	Fri Mar 30 11:08:47 2007 +0200
@@ -81,6 +81,7 @@
   /**
    * \param dest destination address
    * \param nextHop address of next hop.
+   * \param interface interface of next hop.
    *
    * add route to host dest through host nextHop 
    * on interface.
--- a/src/node/l3-demux.h	Thu Mar 29 18:07:37 2007 +0200
+++ b/src/node/l3-demux.h	Fri Mar 30 11:08:47 2007 +0200
@@ -82,7 +82,7 @@
    * to forward packets up the stack to the right protocol.
    * It is also called from InternetNode::GetIpv4 for example.
    */
-  ns3::L3Protocol* Lookup(int);
+  ns3::L3Protocol* Lookup(int protocolNumber);
   /**
    * \param protocol protocol to remove from this demux.
    *
--- a/src/node/net-device.h	Thu Mar 29 18:07:37 2007 +0200
+++ b/src/node/net-device.h	Fri Mar 30 11:08:47 2007 +0200
@@ -201,7 +201,6 @@
 
   /**
    * \param p packet sent from below up to Network Device
-   * \param from source mac address of the sender 
    * \returns true if the packet was forwarded successfully,
    *          false otherwise.
    *