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:
authorXavier Cho <mysticfall>2021-10-23 01:27:03 +0300
committerAaron Carlisle <carlisle.b3d@gmail.com>2021-10-23 01:27:16 +0300
commit62d64bec2a9c14c5d1515350cfc6b524118058c2 (patch)
treeebce91b66b80f211936a08115713b4c1bba242ac /source/blender/python/intern
parent1d9e2dc954ff837737c0bbc00ef8ae4b841f2427 (diff)
Docs: Fixes and improvements in API documentation
Fixes several notable mistakes and missing information regarding the API documentation (*.rst). This will allow API stub generators like bpystubgen or fake-bpy-module to produce more accurate result. Differential Revision: https://developer.blender.org/D12639
Diffstat (limited to 'source/blender/python/intern')
-rw-r--r--source/blender/python/intern/bpy_rna.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/python/intern/bpy_rna.c b/source/blender/python/intern/bpy_rna.c
index 1296a6c174c..7b1877f3191 100644
--- a/source/blender/python/intern/bpy_rna.c
+++ b/source/blender/python/intern/bpy_rna.c
@@ -8786,7 +8786,7 @@ void pyrna_free_types(void)
* - Should still be fixed - Campbell
*/
PyDoc_STRVAR(pyrna_register_class_doc,
- ".. method:: register_class(cls)\n"
+ ".. function:: register_class(cls)\n"
"\n"
" Register a subclass of a Blender type class.\n"
"\n"
@@ -8971,7 +8971,7 @@ static int pyrna_srna_contains_pointer_prop_srna(StructRNA *srna_props,
}
PyDoc_STRVAR(pyrna_unregister_class_doc,
- ".. method:: unregister_class(cls)\n"
+ ".. function:: unregister_class(cls)\n"
"\n"
" Unload the Python class from blender.\n"
"\n"