Rev 1702 | Rev 1708 | Go to most recent revision | Show entire file | Ignore 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 btree.c |
34 | * @file |
| 35 | * @brief B+tree implementation. |
35 | * @brief B+tree implementation. |
| 36 | * |
36 | * |
| 37 | * This file implements B+tree type and operations. |
37 | * This file implements B+tree type and operations. |
| 38 | * |
38 | * |
| 39 | * The B+tree has the following properties: |
39 | * The B+tree has the following properties: |