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/generic
parent1e4aab36c237b751c23be161217d989472bfaf20 (diff)
Cleanup: blank lines over doxy headers
Diffstat (limited to 'source/blender/python/generic')
-rw-r--r--source/blender/python/generic/bgl.c5
-rw-r--r--source/blender/python/generic/idprop_py_api.c1
-rw-r--r--source/blender/python/generic/py_capi_utils.c2
3 files changed, 0 insertions, 8 deletions
diff --git a/source/blender/python/generic/bgl.c b/source/blender/python/generic/bgl.c
index ad30b5ceb2a..abbc7c48c87 100644
--- a/source/blender/python/generic/bgl.c
+++ b/source/blender/python/generic/bgl.c
@@ -43,7 +43,6 @@
/* -------------------------------------------------------------------- */
-
/** \name Local utility defines for wrapping OpenGL
* \{ */
@@ -456,7 +455,6 @@ static int Buffer_ass_subscript(Buffer *self, PyObject *item, PyObject *value);
/* -------------------------------------------------------------------- */
-
/** \name Utility Functions
* \{ */
@@ -512,7 +510,6 @@ static bool compare_dimensions(int ndim, int *dim1, Py_ssize_t *dim2)
/* -------------------------------------------------------------------- */
-
/** \name Buffer API
* \{ */
@@ -1055,7 +1052,6 @@ static PyObject *Buffer_repr(Buffer *self)
/* -------------------------------------------------------------------- */
-
/** \name OpenGL API Wrapping
* \{ */
@@ -1336,7 +1332,6 @@ BGL_Wrap(TexImage3DMultisample, void, (GLenum, GLsizei, GLenum, GLsizei
/* -------------------------------------------------------------------- */
-
/** \name Module Definition
* \{ */
diff --git a/source/blender/python/generic/idprop_py_api.c b/source/blender/python/generic/idprop_py_api.c
index 76cc8bf7c6b..c9975461bca 100644
--- a/source/blender/python/generic/idprop_py_api.c
+++ b/source/blender/python/generic/idprop_py_api.c
@@ -648,7 +648,6 @@ static IDProperty *idp_from_PyObject(PyObject *name_obj, PyObject *ob)
}
/* -------------------------------------------------------------------------- */
-
/**
* \note group can be a pointer array or a group.
* assume we already checked key is a string.
diff --git a/source/blender/python/generic/py_capi_utils.c b/source/blender/python/generic/py_capi_utils.c
index d158c92baae..559f6813284 100644
--- a/source/blender/python/generic/py_capi_utils.c
+++ b/source/blender/python/generic/py_capi_utils.c
@@ -1248,7 +1248,6 @@ bool PyC_RunString_AsString(const char *imports[], const char *expr, const char
#endif /* #ifndef MATH_STANDALONE */
/* -------------------------------------------------------------------- */
-
/** \name Int Conversion
*
* \note Python doesn't provide overflow checks for specific bit-widths.
@@ -1340,7 +1339,6 @@ uint32_t PyC_Long_AsU32(PyObject *value)
*/
/* -------------------------------------------------------------------- */
-
/** \name Py_buffer Utils
*
* \{ */