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

Unified Diff: src/internet-apps/model/dhcp-server.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 | « src/internet-apps/model/dhcp-header.h ('k') | src/internet-apps/test/dhcp-test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/internet-apps/model/dhcp-server.h
===================================================================
--- a/src/internet-apps/model/dhcp-server.h
+++ b/src/internet-apps/model/dhcp-server.h
@@ -72,13 +72,13 @@
private:
static const int PORT = 67; //!< Port number of DHCP server
- /*
+ /**
* \brief Handles incoming packets from the network
* \param socket Socket bound to port 67 of the DHCP server
*/
void NetHandler (Ptr<Socket> socket);
- /*
+ /**
* \brief Sends DHCP offer after receiving DHCP Discover
* \param iDev incoming NetDevice
* \param header DHCP header of the received message
@@ -86,7 +86,7 @@
*/
void SendOffer (Ptr<NetDevice> iDev, DhcpHeader header, InetSocketAddress from);
- /*
+ /**
* \brief Sends DHCP ACK (or NACK) after receiving Request
* \param iDev incoming NetDevice
* \param header DHCP header of the received message
@@ -94,17 +94,17 @@
*/
void SendAck (Ptr<NetDevice> iDev, DhcpHeader header, InetSocketAddress from);
- /*
+ /**
* \brief Modifies the remaining lease time of addresses
*/
void TimerHandler (void);
- /*
+ /**
* \brief Starts the DHCP Server application
*/
virtual void StartApplication (void);
- /*
+ /**
* \brief Stops the DHCP client application
*/
virtual void StopApplication (void);
« no previous file with comments | « src/internet-apps/model/dhcp-header.h ('k') | src/internet-apps/test/dhcp-test.cc » ('j') | no next file with comments »

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