Documentation fixes
This commit is contained in:
parent
2f079ca8e2
commit
bc1bb96809
10 changed files with 91 additions and 59 deletions
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* \defgroup rime-mesh Mesh routing
|
||||
* \defgroup rimemesh Mesh routing
|
||||
* @{
|
||||
*
|
||||
* The abc module sends packets using multi-hop routing to a specified
|
||||
|
@ -42,7 +42,7 @@
|
|||
*
|
||||
* This file is part of the Contiki operating system.
|
||||
*
|
||||
* $Id: mesh.h,v 1.6 2007/03/25 12:05:51 adamdunkels Exp $
|
||||
* $Id: mesh.h,v 1.7 2007/03/29 23:18:48 adamdunkels Exp $
|
||||
*/
|
||||
|
||||
/**
|
||||
|
@ -115,6 +115,7 @@ void mesh_close(struct mesh_conn *c);
|
|||
/**
|
||||
* \brief Send a mesh packet
|
||||
* \param c The mesh connection on which the packet should be sent
|
||||
* \param dest The address of the final destination of the packet
|
||||
* \retval Non-zero if the packet could be queued for sending, zero otherwise
|
||||
*
|
||||
* This function sends a mesh packet. The packet must be
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue