Browse Source

Update SceneGraph documentation

Daniele Bartolini 12 years ago
parent
commit
57884ca700
1 changed files with 1 additions and 0 deletions
  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