Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/gameengine/SceneGraph/SG_Tree.h')
-rw-r--r--source/gameengine/SceneGraph/SG_Tree.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/gameengine/SceneGraph/SG_Tree.h b/source/gameengine/SceneGraph/SG_Tree.h
index b0d74bedec5..dcca1a1442f 100644
--- a/source/gameengine/SceneGraph/SG_Tree.h
+++ b/source/gameengine/SceneGraph/SG_Tree.h
@@ -81,8 +81,8 @@ public:
/**
* Gets the eight corners of this treenode's bounding box,
* in world coordinates.
- * @param box: an array of 8 MT_Point3
- * @example MT_Point3 box[8];
+ * \param box: an array of 8 MT_Point3
+ * \example MT_Point3 box[8];
* treenode->get(box);
*/
void get(MT_Point3 *box) const;
@@ -127,7 +127,7 @@ public:
* It joins pairs of SG_Nodes to minimise the size of the resultant
* bounding box.
* cf building an optimised Huffman tree.
- * @warning O(n^3)!!!
+ * \warning O(n^3)!!!
*/
class SG_TreeFactory
{