Cleanup: spelling in comments, use doxygen syntax

This commit is contained in:
Campbell Barton
2023-03-22 12:22:05 +11:00
parent 99ecd6a900
commit 2ba1556e69
18 changed files with 110 additions and 70 deletions

View File

@@ -710,7 +710,7 @@ static struct PyMethodDef bpy_bmdeformvert_methods[] = {
{"values", (PyCFunction)bpy_bmdeformvert_values, METH_NOARGS, bpy_bmdeformvert_values_doc},
{"items", (PyCFunction)bpy_bmdeformvert_items, METH_NOARGS, bpy_bmdeformvert_items_doc},
{"get", (PyCFunction)bpy_bmdeformvert_get, METH_VARARGS, bpy_bmdeformvert_get_doc},
/* BMESH_TODO pop, popitem, update */
/* BMESH_TODO `pop`, `popitem`, `update`. */
{"clear", (PyCFunction)bpy_bmdeformvert_clear, METH_NOARGS, bpy_bmdeformvert_clear_doc},
{NULL, NULL, 0, NULL},
};