mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-22 10:30:13 +00:00
Minor documentation change
This commit is contained in:
parent
de2eb196c6
commit
75dc71f70b
@ -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
|
||||
* @{
|
||||
*/
|
||||
|
||||
|
@ -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
|
||||
|
@ -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 $
|
||||
*/
|
||||
|
||||
/**
|
||||
|
@ -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 $
|
||||
*/
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user