Skip to content

Commit 981bfa1

Browse files
Jarno LamsaSeppo Takalo
authored andcommitted
SocketAddress doxygen cleanup
1 parent 8f5e003 commit 981bfa1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

features/netsocket/SocketAddress.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
class NetworkStack;
2929
class NetworkInterface;
3030

31-
3231
/** SocketAddress class
3332
*
3433
* Representation of an IP address and port pair.
@@ -42,6 +41,7 @@ class SocketAddress {
4241
*
4342
* On failure, the IP address and port will be set to zero
4443
*
44+
* @tparam S Type of the Network stack
4545
* @param stack Network stack to use for DNS resolution
4646
* @param host Hostname to resolve
4747
* @param port Optional 16-bit port, defaults to 0
@@ -60,7 +60,7 @@ class SocketAddress {
6060

6161
/** Create a SocketAddress from a raw IP address and port
6262
*
63-
* To construct from a host name, use NetworkInterface::gethostbyname
63+
* @note To construct from a host name, use NetworkInterface::gethostbyname
6464
*
6565
* @param addr Raw IP address
6666
* @param port Optional 16-bit port, defaults to 0
@@ -127,7 +127,7 @@ class SocketAddress {
127127
*/
128128
const char *get_ip_address() const;
129129

130-
/* Get the raw IP bytes
130+
/** Get the raw IP bytes
131131
*
132132
* @return Raw IP address in big-endian order
133133
*/

0 commit comments

Comments
 (0)