Cleanup: comments

This commit is contained in:
2019-02-12 01:21:09 +11:00
parent 36aa8499e8
commit 452df3f392
17 changed files with 36 additions and 39 deletions

View File

@@ -76,7 +76,7 @@ void BKE_mesh_runtime_clear_cache(Mesh *mesh)
/**
* Ensure the array is large enough
*
* /note This function must always be thread-protected by caller. It should only be used by internal code.
* \note This function must always be thread-protected by caller. It should only be used by internal code.
*/
static void mesh_ensure_looptri_data(Mesh *mesh)
{