From 49f88326af63a0197299e217748ce1379b5a5830 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 1 Aug 2015 12:36:14 +1000 Subject: Docs: doxy cleanup/minor edits --- source/blender/blenkernel/BKE_editmesh.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'source/blender/blenkernel/BKE_editmesh.h') diff --git a/source/blender/blenkernel/BKE_editmesh.h b/source/blender/blenkernel/BKE_editmesh.h index d350eea7ac7..55a9db9b1e5 100644 --- a/source/blender/blenkernel/BKE_editmesh.h +++ b/source/blender/blenkernel/BKE_editmesh.h @@ -25,6 +25,10 @@ /** \file BKE_editmesh.h * \ingroup bke + * + * The \link edmesh EDBM module\endlink is for editmode bmesh stuff. + * In contrast, the this module is for code shared with blenkernel thats + * only concerned with low level operations on the #BMEditMesh structure. */ #include "BKE_customdata.h" @@ -37,14 +41,10 @@ struct Scene; struct DerivedMesh; struct MeshStatVis; -/* ok: the EDBM module is for editmode bmesh stuff. in contrast, the - * BMEdit module is for code shared with blenkernel that concerns - * the BMEditMesh structure. - */ - -/* this structure replaces EditMesh. +/** + * This structure is used for mesh edit-mode. * - * through this, you get access to both the edit bmesh, + * through this, you get access to both the edit #BMesh, * it's tessellation, and various stuff that doesn't belong in the BMesh * struct itself. * -- cgit v1.2.3