X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/e7eb3a2744aa45179daea235800753d3d1955338..c8a277f4ccdf4c392135769a4f0585dd7df5ae19:/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;