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:
authorNathan Letwory <nathan@letworyinteractive.com>2011-02-27 23:37:56 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2011-02-27 23:37:56 +0300
commit7900b5949ff99667fb2a4286c4d4a54068a968cd (patch)
treea74a23ee4a47ce4b297f143945a81d563ad19271 /source/blender/blenlib/intern/BLI_mempool.c
parentcfd54244ccf06a811476af03dd95ad35248f4ff0 (diff)
doxygen: blender/blenlib tagged.
Diffstat (limited to 'source/blender/blenlib/intern/BLI_mempool.c')
-rw-r--r--source/blender/blenlib/intern/BLI_mempool.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/source/blender/blenlib/intern/BLI_mempool.c b/source/blender/blenlib/intern/BLI_mempool.c
index 449195fefd1..84e6151abaa 100644
--- a/source/blender/blenlib/intern/BLI_mempool.c
+++ b/source/blender/blenlib/intern/BLI_mempool.c
@@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file blender/blenlib/intern/BLI_mempool.c
+ * \ingroup bli
+ */
+
+
/*
Simple, fast memory allocator for allocating many elements of the same size.
*/