From f20dbc293fc9041a487544652f2d3baf1a4452c8 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 26 Jan 2019 21:43:24 +1100 Subject: Cleanup: blank lines over doxy headers --- source/blender/python/mathutils/mathutils_bvhtree.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'source/blender/python/mathutils/mathutils_bvhtree.c') 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 * \{ */ -- cgit v1.2.3