浏览代码

Update SceneGraph documentation

Daniele Bartolini 12 年之前
父节点
当前提交
57884ca700
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      engine/world/SceneGraph.h

+ 1 - 0
engine/world/SceneGraph.h

@@ -37,6 +37,7 @@ namespace crown
 
 
 class Allocator;
 class Allocator;
 
 
+/// Represents a collection of nodes, possibly linked together to form a tree.
 ///
 ///
 /// @ingroup World
 /// @ingroup World
 struct SceneGraph
 struct SceneGraph