X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/e7eb3a2744aa45179daea235800753d3d1955338..4fd3886810d93a7d3d2c2505e8b9ac38df2430d1:/lib/hash.c?ds=sidebyside 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"