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

@@ -4,7 +4,7 @@
#pragma once
/* Note: version header included here to enable correct forward declaration of some types. No other
/* NOTE: version header included here to enable correct forward declaration of some types. No other
* OpenVDB headers should be included here, especially openvdb.h, to avoid affecting other
* compilation units. */
#include <openvdb/Types.h>