Cleanup: blank lines over doxy headers
This commit is contained in:
@@ -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
|
||||
* \{ */
|
||||
|
||||
|
||||
@@ -41,7 +41,6 @@
|
||||
|
||||
|
||||
/* -------------------------------------------------------------------- */
|
||||
|
||||
/** \name IndexBuf Type
|
||||
* \{ */
|
||||
|
||||
@@ -227,7 +226,6 @@ PyTypeObject BPyGPUIndexBuf_Type = {
|
||||
|
||||
|
||||
/* -------------------------------------------------------------------- */
|
||||
|
||||
/** \name Public API
|
||||
* \{ */
|
||||
|
||||
|
||||
@@ -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
|
||||
* \{ */
|
||||
|
||||
|
||||
@@ -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
|
||||
* \{ */
|
||||
|
||||
|
||||
@@ -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
|
||||
* \{ */
|
||||
|
||||
|
||||
@@ -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
|
||||
* \{ */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user