From 2fcb6d058ea0c50f7f1c4d13e13708ddbacac71c Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 12 Feb 2012 14:40:08 +0000 Subject: style cleanup for bmesh headers - use consistant header guards - correct doxy comments - remove ED_toolmode.h (unused) --- source/blender/bmesh/bmesh_operator_api.h | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'source/blender/bmesh/bmesh_operator_api.h') diff --git a/source/blender/bmesh/bmesh_operator_api.h b/source/blender/bmesh/bmesh_operator_api.h index 506e0715765..461149f07b8 100644 --- a/source/blender/bmesh/bmesh_operator_api.h +++ b/source/blender/bmesh/bmesh_operator_api.h @@ -20,8 +20,12 @@ * ***** END GPL LICENSE BLOCK ***** */ -#ifndef _BMESH_OPERATOR_API_H -#define _BMESH_OPERATOR_API_H +#ifndef __BMESH_OPERATOR_API_H__ +#define __BMESH_OPERATOR_API_H__ + +/** \file blender/bmesh/bmesh_operator_api.h + * \ingroup bmesh + */ #ifdef __cplusplus extern "C" { @@ -549,4 +553,4 @@ BM_INLINE void *BMO_slot_map_ptr_get(BMesh *bm, BMOperator *op, const char *slot } #endif -#endif /* _BMESH_OPERATOR_API_H */ +#endif /* __BMESH_OPERATOR_API_H__ */ -- cgit v1.2.3