From 25af6bdcea3641f3ca109a2281be8ebb82b72698 Mon Sep 17 00:00:00 2001 From: adamdunkels Date: Sun, 1 Apr 2007 18:20:41 +0000 Subject: [PATCH] Documentation updates --- core/net/psock.h | 4 ++-- core/net/tcpip.h | 4 ++-- doc/net.txt | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/core/net/psock.h b/core/net/psock.h index 97572aabd..967c6e34c 100644 --- a/core/net/psock.h +++ b/core/net/psock.h @@ -30,11 +30,11 @@ * * Author: Adam Dunkels * - * $Id: psock.h,v 1.1 2006/06/17 22:41:18 adamdunkels Exp $ + * $Id: psock.h,v 1.2 2007/04/01 18:20:55 adamdunkels Exp $ */ /** - * \addtogroup net + * \addtogroup uip * @{ */ diff --git a/core/net/tcpip.h b/core/net/tcpip.h index a27e2cb30..5f0ce97e2 100644 --- a/core/net/tcpip.h +++ b/core/net/tcpip.h @@ -1,5 +1,5 @@ /** - * \addtogroup net + * \addtogroup uip * @{ */ @@ -60,7 +60,7 @@ * * Author: Adam Dunkels * - * $Id: tcpip.h,v 1.6 2007/03/15 19:41:29 adamdunkels Exp $ + * $Id: tcpip.h,v 1.7 2007/04/01 18:20:55 adamdunkels Exp $ */ #ifndef __TCPIP_H__ #define __TCPIP_H__ diff --git a/doc/net.txt b/doc/net.txt index ebb79a756..a4569f337 100644 --- a/doc/net.txt +++ b/doc/net.txt @@ -1,5 +1,5 @@ /** -\defgroup net Network functions +\defgroup net Communication stacks @{ */ /** @} */