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