Cleanup: comments in struct declarations
Use a consistent style for declaring the names of struct members in their declarations. Note that this convention was already used in many places but not everywhere. Remove spaces around the text (matching commented arguments) with the advantage that the the spell checking utility skips these terms. Making it possible to extract & validate these comments automatically. Also use struct names for `bAnimChannelType` & `bConstraintTypeInfo` which were using brief descriptions.
This commit is contained in:
@@ -3378,7 +3378,7 @@ static PySequenceMethods pyrna_prop_array_as_sequence = {
|
||||
/*sq_item*/ (ssizeargfunc)pyrna_prop_array_subscript_int,
|
||||
/*sq_slice*/ NULL,
|
||||
/*sq_ass_item*/ (ssizeobjargproc)prop_subscript_ass_array_int,
|
||||
/* was_sq_ass_slice */ NULL, /* DEPRECATED. */
|
||||
/*was_sq_ass_slice*/ NULL, /* DEPRECATED. */
|
||||
/*sq_contains*/ (objobjproc)pyrna_prop_array_contains,
|
||||
/*sq_inplace_concat*/ NULL,
|
||||
/*sq_inplace_repeat*/ NULL,
|
||||
|
||||
Reference in New Issue
Block a user