Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2012-03-24 04:20:36 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-03-24 04:20:36 +0400
commit0c898514f0b1536e1b335f24a1408f70c0162c48 (patch)
treeacc4a64b5a20f8a684d3f6175555db35fb4fdbec /source/blender/editors/mesh/editmesh_bvh.c
parent888cc0d7acc4d831bfcf160c1d85cf15d6ab885a (diff)
code cleanup: bmesh_ source files in our editor dir, they are the same as other editmesh_ files.
Diffstat (limited to 'source/blender/editors/mesh/editmesh_bvh.c')
-rw-r--r--source/blender/editors/mesh/editmesh_bvh.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/source/blender/editors/mesh/editmesh_bvh.c b/source/blender/editors/mesh/editmesh_bvh.c
index 44d4d554ac8..0302e1df2c3 100644
--- a/source/blender/editors/mesh/editmesh_bvh.c
+++ b/source/blender/editors/mesh/editmesh_bvh.c
@@ -24,6 +24,11 @@
*
* ***** END GPL LICENSE BLOCK *****
*/
+
+/** \file blender/editors/mesh/editmesh_bvh.c
+ * \ingroup edmesh
+ */
+
#define IN_EDITMESHBVH