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:
authornutti <Nutti>2020-09-29 22:49:00 +0300
committerAaron Carlisle <carlisle.b3d@gmail.com>2020-09-29 22:50:49 +0300
commitdb346ac2cd24ce31a2f5c2328603000ec58e9366 (patch)
treef316570d62458e54a192d4b2ef3209547b5c7c5e /source/blender
parent7322b83cf2df80772ec5b0232457463f6281ad1a (diff)
API Docs: Fix corrupted document of gpu.select.load_id
The Python API document of gpu.select.load_id does not follow rst format. c.f. https://docs.blender.org/api/current/gpu.select.html This patch fixes it. Reviewed By: Blendify Differential Revision: https://developer.blender.org/D8547
Diffstat (limited to 'source/blender')
-rw-r--r--source/blender/python/gpu/gpu_py_select.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/python/gpu/gpu_py_select.c b/source/blender/python/gpu/gpu_py_select.c
index b0b0e16f139..abe46301abb 100644
--- a/source/blender/python/gpu/gpu_py_select.c
+++ b/source/blender/python/gpu/gpu_py_select.c
@@ -41,7 +41,7 @@
* \{ */
PyDoc_STRVAR(bpygpu_select_load_id_doc,
- "load_id(id)\n"
+ ".. function:: load_id(id)\n"
"\n"
" Set the selection ID.\n"
"\n"