X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/e7eb3a2744aa45179daea235800753d3d1955338..136406deb8d6adab122ee83f17c7a36eee8d81d1:/lib/hash.h diff --git a/lib/hash.h b/lib/hash.h index 1577e03..f0efa54 100644 --- a/lib/hash.h +++ b/lib/hash.h @@ -15,10 +15,17 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ +/** @file lib/hash.h + * @brief A simple hash table + */ #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;