Skip to content

Commit 46402ef

Browse files
committed
doc: Updates to nrf_modem and socket header files
Updates to nrf_modem and socket header files to improve modem library "limits" documentation Signed-off-by: divya pillai <[email protected]>
1 parent 6645729 commit 46402ef

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

nrf_modem/include/nrf_modem.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

nrf_modem/include/nrf_socket.h

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff 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. */

0 commit comments

Comments
 (0)