[Bf-blender-cvs] [eb56e8cd788] master: Cleanup: Fix comment formatting and grammar

Hans Goudey noreply at git.blender.org
Tue Oct 12 21:14:23 CEST 2021


Commit: eb56e8cd788dd9711ec013a5460fdb1d510511c1
Author: Hans Goudey
Date:   Tue Oct 12 14:14:09 2021 -0500
Branches: master
https://developer.blender.org/rBeb56e8cd788dd9711ec013a5460fdb1d510511c1

Cleanup: Fix comment formatting and grammar

===================================================================

M	source/blender/makesrna/intern/rna_access.c

===================================================================

diff --git a/source/blender/makesrna/intern/rna_access.c b/source/blender/makesrna/intern/rna_access.c
index f1980eed811..40b5f3ed1da 100644
--- a/source/blender/makesrna/intern/rna_access.c
+++ b/source/blender/makesrna/intern/rna_access.c
@@ -1445,8 +1445,9 @@ int RNA_property_int_clamp(PointerRNA *ptr, PropertyRNA *prop, int *value)
   return 0;
 }
 
-/* this is the max length including \0 terminator.
- * '0' used when their is no maximum */
+/**
+ * \return the maximum length including the \0 terminator. '0' is used when there is no maximum.
+ */
 int RNA_property_string_maxlength(PropertyRNA *prop)
 {
   StringPropertyRNA *sprop = (StringPropertyRNA *)rna_ensure_property(prop);



More information about the Bf-blender-cvs mailing list