Cleanup: spelling in code comments & minor edits

- Use uppercase NOTE: tags.
- Correct bNote -> bNode.
- Use colon after parameters.
- Use doxy-style doc-strings.
This commit is contained in:
Campbell Barton
2024-06-06 09:43:48 +10:00
parent 702948c592
commit 7f7648c6ed
50 changed files with 116 additions and 98 deletions

View File

@@ -477,7 +477,7 @@ static PyObject *bpy_lib_exit(BPy_Library *self, PyObject * /*args*/)
BlendfileLinkAppendContext *lapp_context = BKE_blendfile_link_append_context_new(
&liblink_params);
/* Note: Transfers the ownership of the `blo_handle` to the `lapp_context`. */
/* NOTE: Transfers the ownership of the `blo_handle` to the `lapp_context`. */
BKE_blendfile_link_append_context_library_add(lapp_context, self->abspath, self->blo_handle);
self->blo_handle = nullptr;