X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/e7eb3a2744aa45179daea235800753d3d1955338..985bb670b4e07d35cb1580780253ded2524a342e:/lib/hash.c diff --git a/lib/hash.c b/lib/hash.c index 64a48bb..d507d0a 100644 --- a/lib/hash.c +++ b/lib/hash.c @@ -15,7 +15,9 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - +/** @file lib/hash.c + * @brief A simple hash table + */ #include "common.h" #include "hash.h"