From 00ea79afa0cc50d6aff8b5323739cd8053aa8578 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 6 Aug 2012 08:01:20 +0000 Subject: fix for building in debug mode. --- source/blender/blenlib/BLI_stack.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source/blender/blenlib/BLI_stack.h') 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 */ -- cgit v1.2.3