From 58064bdfc44c4cd0f23d4f65491c86300ce69020 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 6 Apr 2012 09:21:19 +0000 Subject: code cleanup: add doxygen headers to bmesh operator files, also add own include so definitions dont get out of sync. --- source/blender/bmesh/operators/bmo_create.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'source/blender/bmesh/operators/bmo_create.c') diff --git a/source/blender/bmesh/operators/bmo_create.c b/source/blender/bmesh/operators/bmo_create.c index 876d440a0fa..f5e37f96558 100644 --- a/source/blender/bmesh/operators/bmo_create.c +++ b/source/blender/bmesh/operators/bmo_create.c @@ -20,6 +20,10 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file blender/bmesh/operators/bmo_create.c + * \ingroup bmesh + */ + #include "MEM_guardedalloc.h" #include "BLI_heap.h" @@ -31,6 +35,7 @@ #include "bmesh.h" +#include "intern/bmesh_operators_private.h" /* own include */ #define EDGE_MARK 1 #define EDGE_VIS 2 -- cgit v1.2.3