Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2014-12-17 11:51:18 +0300
committerCampbell Barton <ideasman42@gmail.com>2014-12-17 11:58:23 +0300
commit15bde0dbeac81d2fa9f4822753963a3e377ff191 (patch)
tree3e93406698b63f24933237a734d7359636920093 /source/blender/blenlib/BLI_ghash.h
parent3e61478b1be7b11b11fbccc37d6d64c99f354717 (diff)
Docs: comments (hash table & beauty fill)
Diffstat (limited to 'source/blender/blenlib/BLI_ghash.h')
-rw-r--r--source/blender/blenlib/BLI_ghash.h1
1 files changed, 0 insertions, 1 deletions
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 */