Project

General

Profile

Revision 336

even more docs

View differences:

list.h
23 23
 * @{
24 24
 */
25 25

  
26
struct list_node;
26
/**
27
 * @brief List node.
28
 */
27 29
typedef struct list_node list_node_t;
28 30

  
29 31
/**
......
62 64
 * @}
63 65
 */
64 66

  
65
struct list;
66

  
67
/**
68
 * @brief List.
69
 */
67 70
typedef struct list list_t;
68 71

  
69 72
/**

Also available in: Unified diff