From 452df3f392e29f5f44883bb9cd3bc0c4e8a0ee62 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 12 Feb 2019 01:21:09 +1100 Subject: Cleanup: comments --- source/blender/bmesh/tools/bmesh_bevel.c | 8 ++++---- source/blender/bmesh/tools/bmesh_intersect.c | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'source/blender/bmesh/tools') diff --git a/source/blender/bmesh/tools/bmesh_bevel.c b/source/blender/bmesh/tools/bmesh_bevel.c index cb1bbc0efc3..5d9963fd4c0 100644 --- a/source/blender/bmesh/tools/bmesh_bevel.c +++ b/source/blender/bmesh/tools/bmesh_bevel.c @@ -1777,11 +1777,11 @@ static void bevel_edges_sharp_boundary(BMesh *bm, BevelParams *bp) } } -/* +/** * Harden normals for bevel. - * The desired effect is that the newly created F_EDGE and F_VERT faces appear smoothly shaded - * with the the normals at the boundaries with F_RECON faces matching those recon faces. - * And at boundaries between F_EDGE and F_VERT faces, the normals should match the F_EDGE ones. + * The desired effect is that the newly created #F_EDGE and F_VERT faces appear smoothly shaded + * with the normals at the boundaries with #F_RECON faces matching those recon faces. + * And at boundaries between #F_EDGE and #F_VERT faces, the normals should match the #F_EDGE ones. * Assumes custom loop normals are in use. */ static void bevel_harden_normals(BMesh *bm, BevelParams *bp) diff --git a/source/blender/bmesh/tools/bmesh_intersect.c b/source/blender/bmesh/tools/bmesh_intersect.c index 3181c09545a..836638d8ce1 100644 --- a/source/blender/bmesh/tools/bmesh_intersect.c +++ b/source/blender/bmesh/tools/bmesh_intersect.c @@ -966,7 +966,7 @@ static int isect_bvhtree_point_v3( * leaving the resulting edges tagged. * * \param test_fn: Return value: -1: skip, 0: tree_a, 1: tree_b (use_self == false) - * \param boolean_mode -1: no-boolean, 0: intersection... see #BMESH_ISECT_BOOLEAN_ISECT. + * \param boolean_mode: -1: no-boolean, 0: intersection... see #BMESH_ISECT_BOOLEAN_ISECT. * \return true if the mesh is changed (intersections cut or faces removed from boolean). */ bool BM_mesh_intersect( -- cgit v1.2.3