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:
Diffstat (limited to 'source/blender/bmesh/bmesh_class.h')
-rw-r--r--source/blender/bmesh/bmesh_class.h12
1 files changed, 8 insertions, 4 deletions
diff --git a/source/blender/bmesh/bmesh_class.h b/source/blender/bmesh/bmesh_class.h
index 462e39921dd..9835098f2be 100644
--- a/source/blender/bmesh/bmesh_class.h
+++ b/source/blender/bmesh/bmesh_class.h
@@ -20,10 +20,14 @@
* ***** END GPL LICENSE BLOCK *****
*/
-#ifndef _BMESH_CLASS_H
-#define _BMESH_CLASS_H
+#ifndef __BMESH_CLASS_H__
+#define __BMESH_CLASS_H__
-/*bmesh data structures*/
+/** \file blender/bmesh/bmesh_class.h
+ * \ingroup bmesh
+ */
+
+/* bmesh data structures */
struct BMesh;
struct BMVert;
@@ -158,4 +162,4 @@ typedef struct BMesh {
#define BM_LOOP 4
#define BM_FACE 8
-#endif /* _BMESH_CLASS_H */
+#endif /* __BMESH_CLASS_H__ */