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_memarena.c
parentcfd54244ccf06a811476af03dd95ad35248f4ff0 (diff)
doxygen: blender/blenlib tagged.
Diffstat (limited to 'source/blender/blenlib/intern/BLI_memarena.c')
-rw-r--r--source/blender/blenlib/intern/BLI_memarena.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/source/blender/blenlib/intern/BLI_memarena.c b/source/blender/blenlib/intern/BLI_memarena.c
index 52638158b18..6ce5621e30d 100644
--- a/source/blender/blenlib/intern/BLI_memarena.c
+++ b/source/blender/blenlib/intern/BLI_memarena.c
@@ -28,6 +28,11 @@
* Efficient memory allocation for lots of similar small chunks.
*/
+/** \file blender/blenlib/intern/BLI_memarena.c
+ * \ingroup bli
+ */
+
+
#include "MEM_guardedalloc.h"