Documentation fix
This commit is contained in:
parent
96d8967673
commit
3eb156019e
@ -30,7 +30,7 @@
|
||||
*
|
||||
* Author: Adam Dunkels <adam@sics.se>
|
||||
*
|
||||
* $Id: memb.h,v 1.2 2007/03/16 16:53:33 adamdunkels Exp $
|
||||
* $Id: memb.h,v 1.3 2007/03/25 17:15:43 adamdunkels Exp $
|
||||
*/
|
||||
|
||||
/**
|
||||
@ -88,7 +88,7 @@ MEMB(connections, struct connection, 16);
|
||||
* \param name The name of the memory block (later used with
|
||||
* memb_init(), memb_alloc() and memb_free()).
|
||||
*
|
||||
* \param size The size of each memory chunk, in bytes.
|
||||
* \param structure The name of the struct that the memory block holds
|
||||
*
|
||||
* \param num The total number of memory chunks in the block.
|
||||
*
|
||||
|
@ -46,7 +46,7 @@
|
||||
*
|
||||
* This file is part of the uIP TCP/IP stack.
|
||||
*
|
||||
* $Id: uip.h,v 1.9 2007/03/15 19:41:29 adamdunkels Exp $
|
||||
* $Id: uip.h,v 1.10 2007/03/25 17:16:44 adamdunkels Exp $
|
||||
*
|
||||
*/
|
||||
|
||||
@ -833,7 +833,7 @@ struct uip_udp_conn *uip_udp_new(const uip_ipaddr_t *ripaddr, u16_t rport);
|
||||
printf("ipaddr=%d.%d.%d.%d\n", uip_ipaddr_to_quad(&ipaddr));
|
||||
\endcode
|
||||
*
|
||||
* \param addr A pointer to a uip_ipaddr_t.
|
||||
* \param a A pointer to a uip_ipaddr_t.
|
||||
* \hideinitializer
|
||||
*/
|
||||
#define uip_ipaddr_to_quad(a) (a)->u8[0],(a)->u8[1],(a)->u8[2],(a)->u8[3]
|
||||
|
@ -28,7 +28,7 @@
|
||||
*
|
||||
* This file is part of the Contiki operating system.
|
||||
*
|
||||
* @(#)$Id: rs232.h,v 1.1 2006/06/18 07:49:33 adamdunkels Exp $
|
||||
* @(#)$Id: rs232.h,v 1.2 2007/03/25 17:20:43 adamdunkels Exp $
|
||||
*/
|
||||
|
||||
/** \addtogroup esb
|
||||
@ -101,7 +101,7 @@ void rs232_set_speed(unsigned char speed);
|
||||
* correctly initalized and configured for this function
|
||||
* to work.
|
||||
*/
|
||||
void rs232_print(char *text);
|
||||
void rs232_print(char *str);
|
||||
|
||||
/**
|
||||
* \brief Print a character on RS232
|
||||
|
Loading…
Reference in New Issue
Block a user