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>2013-09-12 07:02:50 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-09-12 07:02:50 +0400
commit8beb565c5992e239eb0f618f9df264de821d4cf7 (patch)
tree54f26cb6daf31c826d1ae20197d6e6840be49c92 /source/blender/blenlib/intern/smallhash.c
parent30695da26187b9cfb3442f897394a64c4a8422fb (diff)
code cleanup: headers - doxy comments.
Diffstat (limited to 'source/blender/blenlib/intern/smallhash.c')
-rw-r--r--source/blender/blenlib/intern/smallhash.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/blenlib/intern/smallhash.c b/source/blender/blenlib/intern/smallhash.c
index 7bb0747daaa..19eb88f9e15 100644
--- a/source/blender/blenlib/intern/smallhash.c
+++ b/source/blender/blenlib/intern/smallhash.c
@@ -25,6 +25,10 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file blender/blenlib/intern/smallhash.c
+ * \ingroup bli
+ */
+
#include <string.h>
#include "MEM_guardedalloc.h"