Cleanup: spelling in comments, capitalize tags

Also add missing task-ID reference & remove colon after \note as it
doesn't render properly in doxygen.
This commit is contained in:
2022-05-13 09:24:28 +10:00
parent 906b9f55af
commit 427a2c920a
78 changed files with 124 additions and 126 deletions

View File

@@ -8886,7 +8886,7 @@ static PyObject *pyrna_register_class(PyObject *UNUSED(self), PyObject *py_class
return NULL;
}
/* Warning: gets parent classes srna, only for the register function. */
/* WARNING: gets parent classes srna, only for the register function. */
srna = pyrna_struct_as_srna(py_class, true, "register_class(...):");
if (srna == NULL) {
return NULL;