@@ -193,7 +193,7 @@ static inline void unicoap_options_clear(unicoap_options_t* options)
193
193
*
194
194
* Allocates a new @ref unicoap_options_t container and a storage buffer with
195
195
* the given capacity, and initializes it. No need to call
196
- * @ref unicoap_options_t::unicoap_options_init. afterwards.
196
+ * @ref unicoap_options_t::unicoap_options_init afterwards.
197
197
*
198
198
* See @ref UNICOAP_OPTIONS_ALLOC_STATIC for static allocation
199
199
*/
@@ -208,7 +208,7 @@ static inline void unicoap_options_clear(unicoap_options_t* options)
208
208
*
209
209
* Statically allocates a new @ref unicoap_options_t container and a storage
210
210
* buffer with the given capacity, and initializes it. No need to call
211
- * @ref unicoap_options_t::unicoap_options_init. afterwards.
211
+ * @ref unicoap_options_t::unicoap_options_init afterwards.
212
212
*
213
213
* See @ref UNICOAP_OPTIONS_ALLOC for non-static allocation
214
214
*/
@@ -221,8 +221,8 @@ static inline void unicoap_options_clear(unicoap_options_t* options)
221
221
* @param name Name of the variable storing the options structure
222
222
*
223
223
* Allocates a new @ref unicoap_options_t container and a storage buffer with
224
- * @ref CONFIG_UNICOAP_OPTIONS_BUFFER_DEFAULT_CAPACITY,
225
- * then calls @ref unicoap_options_t::unicoap_options_init.
224
+ * @ref CONFIG_UNICOAP_OPTIONS_BUFFER_DEFAULT_CAPACITY, and initializes it.
225
+ * No need to call @ref unicoap_options_t::unicoap_options_init afterwards .
226
226
*
227
227
* See @ref UNICOAP_OPTIONS_ALLOC_STATIC_DEFAULT for static allocation
228
228
*/
@@ -236,7 +236,7 @@ static inline void unicoap_options_clear(unicoap_options_t* options)
236
236
*
237
237
* Statically allocates a new @ref unicoap_options_t container and a storage buffer
238
238
* with @ref CONFIG_UNICOAP_OPTIONS_BUFFER_DEFAULT_CAPACITY, and initializes it.
239
- * No need to call @ref unicoap_options_t::unicoap_options_init. afterwards.
239
+ * No need to call @ref unicoap_options_t::unicoap_options_init afterwards.
240
240
*
241
241
* See @ref UNICOAP_OPTIONS_ALLOC_DEFAULT for non-static allocation
242
242
*/
0 commit comments