Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1480)

Unified Diff: src/internet-apps/helper/dhcp-helper.h

Issue 329800043: Doxygen corrections (Closed)
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/internet-apps/model/dhcp-client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/internet-apps/helper/dhcp-helper.h
===================================================================
--- a/src/internet-apps/helper/dhcp-helper.h
+++ b/src/internet-apps/helper/dhcp-helper.h
@@ -95,15 +95,16 @@
/**
* \brief Assign a fixed IP addresses to a net device.
* \param netDevice The NetDevice on which the address has to be installed
- * \param serverAddr The Ipv4Address
- * \param poolMask The network mask
+ * \param addr The Ipv4Address
+ * \param mask The network mask
+ * \return the Ipv4 interface container
*/
Ipv4InterfaceContainer InstallFixedAddress (Ptr<NetDevice> netDevice, Ipv4Address addr, Ipv4Mask mask);
private:
/**
* \brief Function to install DHCP client on a node
- * \param node The node on which DHCP client application has to be installed
+ * \param netDevice The NetDevice on which DHCP client application has to be installed
* \return The pointer to the installed DHCP client
*/
Ptr<Application> InstallDhcpClientPriv (Ptr<NetDevice> netDevice) const;
« no previous file with comments | « no previous file | src/internet-apps/model/dhcp-client.h » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b