diff --git a/doc/scenegraph.dox b/doc/scenegraph.dox index 3f8a10cc3..e524f4491 100644 --- a/doc/scenegraph.dox +++ b/doc/scenegraph.dox @@ -27,6 +27,8 @@ namespace Magnum { /** @page scenegraph Using the scene graph @brief Overview of scene management capabilities. +@m_keywords{SceneGraph} + The scene graph provides a way to hierarchically manage your objects, their transformation, animation and rendering, among other things. The library is contained in the @ref SceneGraph namespace, see its documentation for more