From 173dbba3146cc6ad23eb450a4b75edecb4f74e63 Mon Sep 17 00:00:00 2001 From: Mathieu Lacage Date: Fri, 30 Mar 2007 11:08:47 +0200 Subject: [PATCH] fix dox warnings --- src/node/ipv4.h | 1 + src/node/l3-demux.h | 2 +- src/node/net-device.h | 1 - 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/node/ipv4.h b/src/node/ipv4.h index 401298e17..548dd2005 100644 --- a/src/node/ipv4.h +++ b/src/node/ipv4.h @@ -81,6 +81,7 @@ public: /** * \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. diff --git a/src/node/l3-demux.h b/src/node/l3-demux.h index 8b5f8e216..5b9ccdbaf 100644 --- a/src/node/l3-demux.h +++ b/src/node/l3-demux.h @@ -82,7 +82,7 @@ public: * 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. * diff --git a/src/node/net-device.h b/src/node/net-device.h index e5076d66e..ceaa18d1c 100644 --- a/src/node/net-device.h +++ b/src/node/net-device.h @@ -201,7 +201,6 @@ class NetDevice { /** * \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. *