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_triangulate.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source/blender/bmesh/operators/bmo_triangulate.c') diff --git a/source/blender/bmesh/operators/bmo_triangulate.c b/source/blender/bmesh/operators/bmo_triangulate.c index 47d17717567..dd23bc604be 100644 --- a/source/blender/bmesh/operators/bmo_triangulate.c +++ b/source/blender/bmesh/operators/bmo_triangulate.c @@ -20,6 +20,10 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file blender/bmesh/operators/bmo_subdivide.c + * \ingroup bmesh + */ + #include "MEM_guardedalloc.h" #include "BLI_scanfill.h" -- cgit v1.2.3