Documentation fix
This commit is contained in:
parent
96d8967673
commit
3eb156019e
3 changed files with 6 additions and 6 deletions
|
@ -30,7 +30,7 @@
|
|||
*
|
||||
* Author: Adam Dunkels <adam@sics.se>
|
||||
*
|
||||
* $Id: memb.h,v 1.2 2007/03/16 16:53:33 adamdunkels Exp $
|
||||
* $Id: memb.h,v 1.3 2007/03/25 17:15:43 adamdunkels Exp $
|
||||
*/
|
||||
|
||||
/**
|
||||
|
@ -88,7 +88,7 @@ MEMB(connections, struct connection, 16);
|
|||
* \param name The name of the memory block (later used with
|
||||
* memb_init(), memb_alloc() and memb_free()).
|
||||
*
|
||||
* \param size The size of each memory chunk, in bytes.
|
||||
* \param structure The name of the struct that the memory block holds
|
||||
*
|
||||
* \param num The total number of memory chunks in the block.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue