From b1f4e2b4db0065cd4243e5645c2157314e126ddc Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 30 Mar 2013 08:54:50 +0000 Subject: code comments: bmesh operator doxy header descriptions. --- source/blender/bmesh/operators/bmo_smooth_laplacian.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/bmesh/operators/bmo_smooth_laplacian.c') diff --git a/source/blender/bmesh/operators/bmo_smooth_laplacian.c b/source/blender/bmesh/operators/bmo_smooth_laplacian.c index 0c0a2c308ee..12368d1aeda 100644 --- a/source/blender/bmesh/operators/bmo_smooth_laplacian.c +++ b/source/blender/bmesh/operators/bmo_smooth_laplacian.c @@ -22,6 +22,8 @@ /** \file blender/bmesh/operators/bmo_smooth_laplacian.c * \ingroup bmesh + * + * Advanced smoothing. */ #include "MEM_guardedalloc.h" -- cgit v1.2.3