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>2012-08-06 12:01:20 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-08-06 12:01:20 +0400
commit00ea79afa0cc50d6aff8b5323739cd8053aa8578 (patch)
tree3fee8e631aba70bc187e6798f9665db062ade1c7 /source/blender/blenlib/BLI_stack.h
parent583fa7d1eaa5e13eb9d86b0fd198b0af2b6b2023 (diff)
fix for building in debug mode.
Diffstat (limited to 'source/blender/blenlib/BLI_stack.h')
-rw-r--r--source/blender/blenlib/BLI_stack.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/blenlib/BLI_stack.h b/source/blender/blenlib/BLI_stack.h
index 24c2d9359d7..9151e6ab93f 100644
--- a/source/blender/blenlib/BLI_stack.h
+++ b/source/blender/blenlib/BLI_stack.h
@@ -24,6 +24,10 @@
#ifndef __BLI_STACK_H__
#define __BLI_STACK_H__
+/** \file BLI_stack.h
+ * \ingroup bli
+ */
+
typedef struct BLI_Stack BLI_Stack;
/* Create a new homogeneous stack with elements of 'elem_size' bytes */