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

@ -7,9 +7,16 @@
* \defgroup rimemesh Mesh routing
* @{
*
* The abc module sends packets using multi-hop routing to a specified
* The mesh module sends packets using multi-hop routing to a specified
* receiver somewhere in the network.
*
*
* \section channels Channels
*
* The mesh module uses 3 channel; one for the multi-hop forwarding
* (\ref rimemh "mh") and two for the route disovery (\ref
* routediscovery "route-discovery").
*
*/
/*
@ -42,7 +49,7 @@
*
* This file is part of the Contiki operating system.
*
* $Id: mesh.h,v 1.7 2007/03/29 23:18:48 adamdunkels Exp $
* $Id: mesh.h,v 1.8 2007/03/31 18:31:27 adamdunkels Exp $
*/
/**