From 23a58541edf4c3b5b42c0bc28e180ea2999dc8da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Mon, 3 Feb 2020 19:51:51 +0100 Subject: [PATCH] doc: make the scenegraph overview page actually discoverable. --- doc/scenegraph.dox | 2 ++ 1 file changed, 2 insertions(+) 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