From 3eb156019e285544c4c12439d02dda78d0acd638 Mon Sep 17 00:00:00 2001 From: adamdunkels Date: Sun, 25 Mar 2007 17:15:43 +0000 Subject: [PATCH] Documentation fix --- core/lib/memb.h | 4 ++-- core/net/uip.h | 4 ++-- platform/esb/dev/rs232.h | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/core/lib/memb.h b/core/lib/memb.h index e579e60c9..bbe23faf3 100644 --- a/core/lib/memb.h +++ b/core/lib/memb.h @@ -30,7 +30,7 @@ * * Author: Adam Dunkels * - * $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. * diff --git a/core/net/uip.h b/core/net/uip.h index a305252dc..15a3199c4 100644 --- a/core/net/uip.h +++ b/core/net/uip.h @@ -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] diff --git a/platform/esb/dev/rs232.h b/platform/esb/dev/rs232.h index 9a43b3884..2bb7cbd7c 100644 --- a/platform/esb/dev/rs232.h +++ b/platform/esb/dev/rs232.h @@ -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