File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ extern "C" {
2222#endif
2323
2424/**
25- * @defgroup nrf_modem_limits Limits of the Modem library.
25+ * @defgroup nrf_modem_limits Limits of the Modem library
2626 * @ingroup nrf_modem
2727 * @{
2828 * @brief Modem library constants.
@@ -69,7 +69,7 @@ extern "C" {
6969/** @} */
7070
7171/**
72- * @defgroup nrf_modem_shmem_config Shared memory configuration.
72+ * @defgroup nrf_modem_shmem_config Shared memory configuration
7373 * Only the lower 128k of RAM may be shared with the modem core.
7474 *
7575 * @ingroup nrf_modem
Original file line number Diff line number Diff line change @@ -51,10 +51,13 @@ extern "C" {
5151#endif
5252
5353/**
54- * @brief Maximum number of IP sockets.
5554 * @addtogroup nrf_modem_limits
55+ * @{
5656 */
57+
58+ /** @brief Maximum number of IP sockets. */
5759#define NRF_MODEM_MAX_SOCKET_COUNT 8
60+ /** @} */
5861
5962/**
6063 * @addtogroup nrf_socket_address_resolution
@@ -103,7 +106,7 @@ extern "C" {
103106 */
104107
105108/**
106- * @defgroup nrf_socket_families Socket family.
109+ * @defgroup nrf_socket_families Socket family
107110 * @{
108111 */
109112/** Unspecified address family */
@@ -117,7 +120,7 @@ extern "C" {
117120/** @} */
118121
119122/**
120- * @defgroup nrf_socket_types Socket type.
123+ * @defgroup nrf_socket_types Socket type
121124 * @{
122125 */
123126/** TCP socket type. */
You can’t perform that action at this time.
0 commit comments