Improve doxygen documentation.
This commit is contained in:
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user