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/python/bmesh/bmesh_py_ops.h')
-rw-r--r--source/blender/python/bmesh/bmesh_py_ops.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/python/bmesh/bmesh_py_ops.h b/source/blender/python/bmesh/bmesh_py_ops.h
index 54950d06ea1..a4a12bbef61 100644
--- a/source/blender/python/bmesh/bmesh_py_ops.h
+++ b/source/blender/python/bmesh/bmesh_py_ops.h
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \ingroup pybmesh
+/** \file
+ * \ingroup pybmesh
*/
#ifndef __BMESH_PY_OPS_H__