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/blenlib/BLI_kdtree.h')
-rw-r--r--source/blender/blenlib/BLI_kdtree.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/source/blender/blenlib/BLI_kdtree.h b/source/blender/blenlib/BLI_kdtree.h
index ff42120164e..864055127fc 100644
--- a/source/blender/blenlib/BLI_kdtree.h
+++ b/source/blender/blenlib/BLI_kdtree.h
@@ -17,8 +17,9 @@
#ifndef __BLI_KDTREE_H__
#define __BLI_KDTREE_H__
-/** \file \ingroup bli
- * \brief A kd-tree for nearest neighbor search.
+/** \file
+ * \ingroup bli
+ * \brief A kd-tree for nearest neighbor search.
*/
#include "BLI_compiler_attrs.h"