X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/e7eb3a2744aa45179daea235800753d3d1955338..4019fe4dab5da2a8352a6b2bdda6732ce7d4e366:/lib/hash.h?ds=sidebyside 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;