Minor documentation change

This commit is contained in:
adamdunkels 2007-03-28 19:51:33 +00:00
parent de2eb196c6
commit 75dc71f70b
4 changed files with 9 additions and 9 deletions

View file

@ -30,11 +30,11 @@
*
* Author: Adam Dunkels <adam@sics.se>
*
* $Id: abc.c,v 1.9 2007/03/25 12:05:51 adamdunkels Exp $
* $Id: abc.c,v 1.10 2007/03/28 19:51:33 adamdunkels Exp $
*/
/**
* \addtogroup rime_abc
* \addtogroup rimeabc
* @{
*/

View file

@ -1,10 +1,10 @@
/**
* \addtogroup rime
* \addtogroup rimed
* @{
*/
/**
* \defgroup rime_abc Anonymous best-effort local area broadcast (abc)
* \defgroup rimeabc Anonymous best-effort local area broadcast (abc)
* @{
*
* The abc module sends packets to all local area neighbors without
@ -41,7 +41,7 @@
*
* This file is part of the Contiki operating system.
*
* $Id: abc.h,v 1.8 2007/03/25 12:05:51 adamdunkels Exp $
* $Id: abc.h,v 1.9 2007/03/28 19:51:33 adamdunkels Exp $
*/
/**
* \file

View file

@ -1,5 +1,5 @@
/**
* \addtogroup rime_uibc
* \addtogroup rimeuibc
* @{
*/
@ -33,7 +33,7 @@
*
* This file is part of the Contiki operating system.
*
* $Id: uibc.c,v 1.4 2007/03/25 21:44:23 adamdunkels Exp $
* $Id: uibc.c,v 1.5 2007/03/28 19:51:54 adamdunkels Exp $
*/
/**

View file

@ -4,7 +4,7 @@
*/
/**
* \defgroup rime_uibc Unique Identified best effort local area Broadcast
* \defgroup rimeuibc Unique Identified best effort local area Broadcast
* @{
*
* Send one packet that is unique within a time interval.
@ -41,7 +41,7 @@
*
* This file is part of the Contiki operating system.
*
* $Id: uibc.h,v 1.2 2007/03/25 12:07:10 adamdunkels Exp $
* $Id: uibc.h,v 1.3 2007/03/28 19:51:54 adamdunkels Exp $
*/
/**