Fixes for style conformance

This commit is contained in:
matsukaze 2014-02-13 11:23:50 -05:00
parent 11a399ec82
commit a89f3bb9e5

View file

@ -257,8 +257,8 @@ public:
void recurseNodeWithOperation(OctreeElement* node, RecurseOctreeOperation operation,
void* extraData, int recursionCount = 0);
/** Traverse child nodes of node applying operation in post-fix order
*/
/// Traverse child nodes of node applying operation in post-fix order
///
void recurseNodeWithPostOperation(OctreeElement* node, RecurseOctreeOperation operation,
void* extraData, int recursionCount = 0);