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_edgehash.h
parent3e61478b1be7b11b11fbccc37d6d64c99f354717 (diff)
Docs: comments (hash table & beauty fill)
Diffstat (limited to 'source/blender/blenlib/BLI_edgehash.h')
-rw-r--r--source/blender/blenlib/BLI_edgehash.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/blenlib/BLI_edgehash.h b/source/blender/blenlib/BLI_edgehash.h
index c5323a4cf12..ded4b163f71 100644
--- a/source/blender/blenlib/BLI_edgehash.h
+++ b/source/blender/blenlib/BLI_edgehash.h
@@ -26,7 +26,6 @@
/** \file BLI_edgehash.h
* \ingroup bli
* \author Daniel Dunbar
- * \brief A general unordered 2-int pair hash table ADT.
*/
#include "BLI_compiler_attrs.h"