configure.ac, debian/rules: Use `sensible-browser' by default.
[disorder] / lib / hash.h
index e932f4b..f0efa54 100644 (file)
 #ifndef HASH_H
 #define HASH_H
 
+/** @brief Hash structure
+ *
+ * A hash table has string keys and byte blocks of fixed size as values.
+ */
 typedef struct hash hash;
 struct kvp;