@@ -351,7 +351,7 @@ typedef struct nsapi_stack_api {
351
351
*/
352
352
nsapi_error_t (* add_dns_server )(nsapi_stack_t * stack , nsapi_addr_t addr );
353
353
354
- /* Set stack-specific stack options
354
+ /** Set stack-specific stack options
355
355
*
356
356
* The setstackopt allow an application to pass stack-specific hints
357
357
* to the underlying stack. For unsupported options,
@@ -367,7 +367,7 @@ typedef struct nsapi_stack_api {
367
367
nsapi_error_t (* setstackopt )(nsapi_stack_t * stack , int level ,
368
368
int optname , const void * optval , unsigned optlen );
369
369
370
- /* Get stack-specific stack options
370
+ /** Get stack-specific stack options
371
371
*
372
372
* The getstackopt allow an application to retrieve stack-specific hints
373
373
* from the underlying stack. For unsupported options,
@@ -567,7 +567,7 @@ typedef struct nsapi_stack_api {
567
567
void (* socket_attach )(nsapi_stack_t * stack , nsapi_socket_t socket ,
568
568
void (* callback )(void * ), void * data );
569
569
570
- /* Set stack-specific socket options
570
+ /** Set stack-specific socket options
571
571
*
572
572
* The setsockopt allow an application to pass stack-specific hints
573
573
* to the underlying stack. For unsupported options,
@@ -584,7 +584,7 @@ typedef struct nsapi_stack_api {
584
584
nsapi_error_t (* setsockopt )(nsapi_stack_t * stack , nsapi_socket_t socket , int level ,
585
585
int optname , const void * optval , unsigned optlen );
586
586
587
- /* Get stack-specific socket options
587
+ /** Get stack-specific socket options
588
588
*
589
589
* The getstackopt allow an application to retrieve stack-specific hints
590
590
* from the underlying stack. For unsupported options,
0 commit comments