From 03f00eb91d873cc118a100d6e5b5d7bf801dd451 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 31 Jul 2015 22:59:02 +1000 Subject: Docs: doxy corrections --- source/blender/bmesh/bmesh.h | 5 +++-- source/blender/bmesh/intern/bmesh_polygon.c | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'source/blender/bmesh') diff --git a/source/blender/bmesh/bmesh.h b/source/blender/bmesh/bmesh.h index 87b1818fa5d..9bb7bc33e29 100644 --- a/source/blender/bmesh/bmesh.h +++ b/source/blender/bmesh/bmesh.h @@ -107,7 +107,8 @@ * \subsection bm_iter_api Iterator API * * Most topological queries in BMesh go through an iterator API (see Queries above). - * These are defined in bmesh_iterators.h. If you can, please use the #BM_ITER macro in bmesh_iterators.h + * These are defined in bmesh_iterators.h. + * If you can, please use the #BM_ITER_MESH, #BM_ITER_ELEM macros in bmesh_iterators.h * * * \subsection bm_walker_api Walker API @@ -161,7 +162,7 @@ * - integer - #BMO_OP_SLOT_INT * - boolean - #BMO_OP_SLOT_BOOL * - float - #BMO_OP_SLOT_FLT - * - pointer - #BMO_OP_SLOT_PNT + * - pointer - #BMO_OP_SLOT_PTR * - matrix - #BMO_OP_SLOT_MAT * - vector - #BMO_OP_SLOT_VEC * - buffer - #BMO_OP_SLOT_ELEMENT_BUF - a list of verts/edges/faces. diff --git a/source/blender/bmesh/intern/bmesh_polygon.c b/source/blender/bmesh/intern/bmesh_polygon.c index 6a75540eacf..b0eddf73960 100644 --- a/source/blender/bmesh/intern/bmesh_polygon.c +++ b/source/blender/bmesh/intern/bmesh_polygon.c @@ -99,7 +99,7 @@ static float bm_face_calc_poly_normal(const BMFace *f, float n[3]) /** * \brief COMPUTE POLY NORMAL (BMFace) * - * Same as #calc_poly_normal and #bm_face_calc_poly_normal + * Same as #bm_face_calc_poly_normal * but takes an array of vertex locations. */ static float bm_face_calc_poly_normal_vertex_cos( -- cgit v1.2.3