From 15bde0dbeac81d2fa9f4822753963a3e377ff191 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 17 Dec 2014 09:51:18 +0100 Subject: Docs: comments (hash table & beauty fill) --- source/blender/blenlib/BLI_ghash.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source/blender/blenlib/BLI_ghash.h') diff --git a/source/blender/blenlib/BLI_ghash.h b/source/blender/blenlib/BLI_ghash.h index 8be19d0c08b..e9f83e786de 100644 --- a/source/blender/blenlib/BLI_ghash.h +++ b/source/blender/blenlib/BLI_ghash.h @@ -30,7 +30,6 @@ /** \file BLI_ghash.h * \ingroup bli - * \brief A general (pointer -> pointer) hash table ADT */ #include "BLI_sys_types.h" /* for bool */ -- cgit v1.2.3