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