Cleanup: spelling in comments, correct comment block formatting

Also use doxygen comments more consistently.
This commit is contained in:
Campbell Barton
2025-04-29 09:02:49 +10:00
parent 89ad52b22a
commit 43af16a4c1
72 changed files with 132 additions and 119 deletions

View File

@@ -185,7 +185,7 @@ static PyObject *pygpu_batch_program_set(BPyGPUBatch *self, BPyGPUShader *py_sha
{
static bool deprecation_warning_issued = false;
/* Deprecation warning raised when calling `gpu.types.GPUBatch.program_set`. */
/* Deprecation warning raised when calling `gpu.types.GPUBatch.program_set`. */
if (!deprecation_warning_issued) {
PyErr_WarnEx(PyExc_DeprecationWarning,
"Calls to GPUBatch.program_set are deprecated."