@@ -23,10 +23,12 @@ @class OFUDPSocket; @class OFException; /*! + * @struct of_udp_socket_address_t OFUDPSocket.h ObjFW/OFUDPSocket.h + * * @brief A struct which represents a host / port pair for a UDP socket. */ typedef struct { struct sockaddr_storage address; socklen_t length; @@ -61,10 +63,12 @@ void *buffer, size_t length, of_udp_socket_address_t sender, OFException *exception); #endif /*! + * @class OFUDPSocket OFUDPSocket.h ObjFW/OFUDPSocket.h + * * @brief A class which provides functions to create and use UDP sockets. * * Addresses are of type @ref of_udp_socket_address_t. You can use @ref * getHost:andPort:forAddress: to create an address for a host / port pair and * @ref getHost:andPort:forAddress: to get the host / port pair for an address.