Improve doxygen documentation.

This commit is contained in:
Nils O. Selåsdal
2014-08-26 21:38:09 +02:00
parent 7e8c59699a
commit e45a4d5643
17 changed files with 143 additions and 108 deletions
+2 -1
View File
@@ -3,7 +3,8 @@
#include <stddef.h>
/** Building block for hash table.
/** @file
* Building block for hash table.
* The hash table is stored using a chained list of buckets.
* Nodes with different hash value can be stored in the same bucket.
*