Cleanup: consistent doxygen comment blocks

Also remove doxygen block for comments in a functions body.
This commit is contained in:
Campbell Barton
2023-05-27 15:10:58 +10:00
parent 9249cec6f2
commit 823685db76
81 changed files with 292 additions and 193 deletions

View File

@@ -1171,9 +1171,10 @@ class Octree {
return nleaf;
}
/** Locate a leaf
* WARNING: assuming this leaf already exists! */
/**
* Locate a leaf
* WARNING: assuming this leaf already exists!
*/
LeafNode *locateLeaf(int st[3])
{
Node *node = (Node *)root;