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:
authormano-wii <germano.costa@ig.com.br>2018-09-06 10:39:39 +0300
committermano-wii <germano.costa@ig.com.br>2018-09-06 10:39:39 +0300
commit5ad36c975f6eb017561e0931c35b46fe2fce1d12 (patch)
treeb075670956bab41f47d2ec33289594a221bdb170 /source/blender/python/gpu/gpu_py_vertex_buffer.c
parent5ed9dc68529f44c935bf9f774c57974b36e7e2ff (diff)
gpu module: retouching the description of the types.
Diffstat (limited to 'source/blender/python/gpu/gpu_py_vertex_buffer.c')
-rw-r--r--source/blender/python/gpu/gpu_py_vertex_buffer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/python/gpu/gpu_py_vertex_buffer.c b/source/blender/python/gpu/gpu_py_vertex_buffer.c
index 40963e9551b..923947f6078 100644
--- a/source/blender/python/gpu/gpu_py_vertex_buffer.c
+++ b/source/blender/python/gpu/gpu_py_vertex_buffer.c
@@ -265,9 +265,9 @@ PyDoc_STRVAR(py_gpu_vertex_buffer_doc,
"Contains a VBO."
"\n"
" :param len: number of elements to allocate\n"
-" :type type: int`\n"
+" :type type: `int`\n"
" :param format: Vertex format.\n"
-" :type buf: GPUVertFormat`\n"
+" :type buf: `gpu.types.GPUVertFormat`\n"
);
PyTypeObject BPyGPUVertBuf_Type = {
PyVarObject_HEAD_INIT(NULL, 0)