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/gpu
parent1e4aab36c237b751c23be161217d989472bfaf20 (diff)
Cleanup: blank lines over doxy headers
Diffstat (limited to 'source/blender/python/gpu')
-rw-r--r--source/blender/python/gpu/gpu_py_api.c3
-rw-r--r--source/blender/python/gpu/gpu_py_element.c2
-rw-r--r--source/blender/python/gpu/gpu_py_offscreen.c2
-rw-r--r--source/blender/python/gpu/gpu_py_shader.c3
-rw-r--r--source/blender/python/gpu/gpu_py_vertex_buffer.c3
-rw-r--r--source/blender/python/gpu/gpu_py_vertex_format.c3
6 files changed, 0 insertions, 16 deletions
diff --git a/source/blender/python/gpu/gpu_py_api.c b/source/blender/python/gpu/gpu_py_api.c
index 7e999bdcc2d..3e872f28bb4 100644
--- a/source/blender/python/gpu/gpu_py_api.c
+++ b/source/blender/python/gpu/gpu_py_api.c
@@ -45,7 +45,6 @@
/* -------------------------------------------------------------------- */
-
/** \name Utils to invalidate functions
* \{ */
@@ -66,7 +65,6 @@ bool bpygpu_is_initialized_or_error(void)
/* -------------------------------------------------------------------- */
-
/** \name Primitive Type Utils
* \{ */
@@ -113,7 +111,6 @@ success:
/* -------------------------------------------------------------------- */
-
/** \name GPU Module
* \{ */
diff --git a/source/blender/python/gpu/gpu_py_element.c b/source/blender/python/gpu/gpu_py_element.c
index 2faf57ac55c..9c6a335febb 100644
--- a/source/blender/python/gpu/gpu_py_element.c
+++ b/source/blender/python/gpu/gpu_py_element.c
@@ -41,7 +41,6 @@
/* -------------------------------------------------------------------- */
-
/** \name IndexBuf Type
* \{ */
@@ -227,7 +226,6 @@ PyTypeObject BPyGPUIndexBuf_Type = {
/* -------------------------------------------------------------------- */
-
/** \name Public API
* \{ */
diff --git a/source/blender/python/gpu/gpu_py_offscreen.c b/source/blender/python/gpu/gpu_py_offscreen.c
index 3438f953ea0..be249245669 100644
--- a/source/blender/python/gpu/gpu_py_offscreen.c
+++ b/source/blender/python/gpu/gpu_py_offscreen.c
@@ -80,7 +80,6 @@ static int bpygpu_offscreen_valid_check(BPyGPUOffScreen *bpygpu_ofs)
/* -------------------------------------------------------------------- */
-
/** \name GPUOffscreen Type
* \{ */
@@ -354,7 +353,6 @@ PyTypeObject BPyGPUOffScreen_Type = {
/* -------------------------------------------------------------------- */
-
/** \name Public API
* \{ */
diff --git a/source/blender/python/gpu/gpu_py_shader.c b/source/blender/python/gpu/gpu_py_shader.c
index e216d18ed38..46de7e4ffd0 100644
--- a/source/blender/python/gpu/gpu_py_shader.c
+++ b/source/blender/python/gpu/gpu_py_shader.c
@@ -99,7 +99,6 @@ static int bpygpu_uniform_location_get(GPUShader *shader, const char *name, cons
/* -------------------------------------------------------------------- */
-
/** \name Shader Type
* \{ */
@@ -682,7 +681,6 @@ PyTypeObject BPyGPUShader_Type = {
/* -------------------------------------------------------------------- */
-
/** \name gpu.shader Module API
* \{ */
@@ -812,7 +810,6 @@ static PyModuleDef BPyGPU_shader_module_def = {
/* -------------------------------------------------------------------- */
-
/** \name Public API
* \{ */
diff --git a/source/blender/python/gpu/gpu_py_vertex_buffer.c b/source/blender/python/gpu/gpu_py_vertex_buffer.c
index c13e3f2195e..75fcfd1db05 100644
--- a/source/blender/python/gpu/gpu_py_vertex_buffer.c
+++ b/source/blender/python/gpu/gpu_py_vertex_buffer.c
@@ -40,7 +40,6 @@
#include "gpu_py_vertex_buffer.h" /* own include */
/* -------------------------------------------------------------------- */
-
/** \name Utility Functions
* \{ */
@@ -216,7 +215,6 @@ static int bpygpu_attr_fill(GPUVertBuf *buf, int id, PyObject *py_seq_data, cons
/* -------------------------------------------------------------------- */
-
/** \name VertBuf Type
* \{ */
@@ -335,7 +333,6 @@ PyTypeObject BPyGPUVertBuf_Type = {
/* -------------------------------------------------------------------- */
-
/** \name Public API
* \{ */
diff --git a/source/blender/python/gpu/gpu_py_vertex_format.c b/source/blender/python/gpu/gpu_py_vertex_format.c
index 27f3791ec15..738db14da88 100644
--- a/source/blender/python/gpu/gpu_py_vertex_format.c
+++ b/source/blender/python/gpu/gpu_py_vertex_format.c
@@ -49,7 +49,6 @@
#endif
/* -------------------------------------------------------------------- */
-
/** \name Enum Conversion
*
* Use with PyArg_ParseTuple's "O&" formatting.
@@ -148,7 +147,6 @@ static int bpygpu_ParseVertFetchMode(PyObject *o, void *p)
/* -------------------------------------------------------------------- */
-
/** \name VertFormat Type
* \{ */
@@ -241,7 +239,6 @@ PyTypeObject BPyGPUVertFormat_Type = {
/* -------------------------------------------------------------------- */
-
/** \name Public API
* \{ */