Rev 1702 | Rev 1757 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1702 | Rev 1704 | ||
---|---|---|---|
Line 29... | Line 29... | ||
29 | /** @addtogroup genericadt |
29 | /** @addtogroup genericadt |
30 | * @{ |
30 | * @{ |
31 | */ |
31 | */ |
32 | 32 | ||
33 | /** |
33 | /** |
34 | * @file list.c |
34 | * @file |
35 | * @brief Functions completing doubly linked circular list implementaion. |
35 | * @brief Functions completing doubly linked circular list implementaion. |
36 | * |
36 | * |
37 | * This file contains some of the functions implementing doubly linked circular lists. |
37 | * This file contains some of the functions implementing doubly linked circular lists. |
38 | * However, this ADT is mostly implemented in @ref list.h. |
38 | * However, this ADT is mostly implemented in @ref list.h. |
39 | */ |
39 | */ |