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/mathutils/mathutils_bvhtree.h')
-rw-r--r--source/blender/python/mathutils/mathutils_bvhtree.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/python/mathutils/mathutils_bvhtree.h b/source/blender/python/mathutils/mathutils_bvhtree.h
index cfc4ba1b54b..6971eb5ccd4 100644
--- a/source/blender/python/mathutils/mathutils_bvhtree.h
+++ b/source/blender/python/mathutils/mathutils_bvhtree.h
@@ -15,7 +15,8 @@
*/
-/** \file \ingroup mathutils
+/** \file
+ * \ingroup mathutils
*/
#ifndef __MATHUTILS_BVHTREE_H__