Network/UdpSocket: Fix documentation [skip ci]
This commit is contained in:
parent
ab6e9d3b86
commit
212f3eddf0
|
|
@ -17,6 +17,12 @@
|
||||||
|
|
||||||
namespace Nz
|
namespace Nz
|
||||||
{
|
{
|
||||||
|
/*!
|
||||||
|
* \ingroup network
|
||||||
|
* \class Nz::UdpSocket
|
||||||
|
* \brief Network class that represents a UDP socket, allowing for sending/receiving datagrams.
|
||||||
|
*/
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
* \brief Binds a specific IpAddress
|
* \brief Binds a specific IpAddress
|
||||||
* \return State of the socket
|
* \return State of the socket
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue