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 <campbell@blender.org>2022-04-28 07:03:47 +0300
committerCampbell Barton <campbell@blender.org>2022-04-28 07:03:47 +0300
commiteb4b79c5562ad6cd13b45c2e69a7b95628853e17 (patch)
tree2a57c63f2eee49d458a18b100b5555709acfcd30 /source/blender/python
parent9e2d80c49ec0c0160597d1c7707082a662bdea69 (diff)
Cleanup: unbalanced doxy sections, add some sections
Diffstat (limited to 'source/blender/python')
-rw-r--r--source/blender/python/intern/bpy_rna_types_capi.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/python/intern/bpy_rna_types_capi.c b/source/blender/python/intern/bpy_rna_types_capi.c
index 608692876d6..d58adb66b37 100644
--- a/source/blender/python/intern/bpy_rna_types_capi.c
+++ b/source/blender/python/intern/bpy_rna_types_capi.c
@@ -98,6 +98,8 @@ static struct PyMethodDef pyrna_text_methods[] = {
{NULL, NULL, 0, NULL},
};
+/** \} */
+
/* -------------------------------------------------------------------- */
/** \name Window Manager Clipboard Property
*