Documentation updates

This commit is contained in:
adamdunkels 2007-03-31 18:31:27 +00:00
parent 03b2399622
commit 0650a014b5
41 changed files with 565 additions and 84 deletions

View file

@ -1,3 +1,20 @@
/**
* \addtogroup rime
* @{
*/
/**
* \defgroup rimeuc Single-hop unicast
* @{
*
* The uc module sends a packet to a single receiver.
*
* \section channels Channels
*
* The uc module uses 1 channel.
*
*/
/*
* Copyright (c) 2006, Swedish Institute of Computer Science.
* All rights reserved.
@ -28,12 +45,12 @@
*
* This file is part of the Contiki operating system.
*
* $Id: uc.h,v 1.5 2007/03/19 22:10:17 adamdunkels Exp $
* $Id: uc.h,v 1.6 2007/03/31 18:31:29 adamdunkels Exp $
*/
/**
* \file
* A brief description of what this file is.
* Header file for Rime's single-hop unicast
* \author
* Adam Dunkels <adam@sics.se>
*/
@ -61,3 +78,5 @@ void uc_close(struct uc_conn *c);
int uc_send(struct uc_conn *c, rimeaddr_t *receiver);
#endif /* __UC_H__ */
/** @} */
/** @} */