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:
authorCampbell Barton <ideasman42@gmail.com>2019-01-26 13:43:24 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-01-26 13:43:24 +0300
commitf20dbc293fc9041a487544652f2d3baf1a4452c8 (patch)
treeb55a726a6999cea4ec07b7bb867b4c77a16782f9 /source/blender/python/mathutils/mathutils_bvhtree.c
parent1e4aab36c237b751c23be161217d989472bfaf20 (diff)
Cleanup: blank lines over doxy headers
Diffstat (limited to 'source/blender/python/mathutils/mathutils_bvhtree.c')
-rw-r--r--source/blender/python/mathutils/mathutils_bvhtree.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/source/blender/python/mathutils/mathutils_bvhtree.c b/source/blender/python/mathutils/mathutils_bvhtree.c
index fce0dd7d2af..b4a2347830b 100644
--- a/source/blender/python/mathutils/mathutils_bvhtree.c
+++ b/source/blender/python/mathutils/mathutils_bvhtree.c
@@ -69,7 +69,6 @@
/* -------------------------------------------------------------------- */
-
/** \name Docstring (snippets)
* \{ */
@@ -119,7 +118,6 @@ typedef struct {
/* -------------------------------------------------------------------- */
-
/** \name Utility helper functions
* \{ */
@@ -152,7 +150,6 @@ static PyObject *bvhtree_CreatePyObject(
/* -------------------------------------------------------------------- */
-
/** \name BVHTreeRayHit to Python utilities
* \{ */
@@ -209,7 +206,6 @@ static PyObject *py_bvhtree_raycast_to_py_and_check(const BVHTreeRayHit *hit)
/* -------------------------------------------------------------------- */
-
/** \name BVHTreeNearest to Python utilities
* \{ */
@@ -281,7 +277,6 @@ static void py_bvhtree__tp_dealloc(PyBVHTree *self)
/* -------------------------------------------------------------------- */
-
/** \name Methods
* \{ */
@@ -661,7 +656,6 @@ static PyObject *py_bvhtree_overlap(PyBVHTree *self, PyBVHTree *other)
/* -------------------------------------------------------------------- */
-
/** \name Class Methods
* \{ */
@@ -1240,7 +1234,6 @@ static PyObject *C_BVHTree_FromObject(PyObject *UNUSED(cls), PyObject *args, PyO
/* -------------------------------------------------------------------- */
-
/** \name Module & Type definition
* \{ */