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_tools.h')
-rw-r--r--source/blender/bmesh/bmesh_tools.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/bmesh/bmesh_tools.h b/source/blender/bmesh/bmesh_tools.h
index 4474b625bdb..d0e91d033fb 100644
--- a/source/blender/bmesh/bmesh_tools.h
+++ b/source/blender/bmesh/bmesh_tools.h
@@ -17,7 +17,8 @@
#ifndef __BMESH_TOOLS_H__
#define __BMESH_TOOLS_H__
-/** \file \ingroup bmesh
+/** \file
+ * \ingroup bmesh
*
* Utility functions that operate directly on the BMesh,
* These can be used by both Modifiers and BMesh-Operators.