From 804cd71f3da1c8ec49e01e01c3eed0f9ca67c77b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Wed, 20 Mar 2013 15:12:01 +0100 Subject: [PATCH] Link to namespace-related documentation from namespaces. --- doc/namespaces.dox | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/namespaces.dox b/doc/namespaces.dox index 179c15fc5..e15b9876f 100644 --- a/doc/namespaces.dox +++ b/doc/namespaces.dox @@ -50,7 +50,7 @@ Base classes for creating applications with various toolkits. @brief %Math library Template classes for matrix and vector calculations. See @ref matrix-vector -for brief introduction. +and @ref transformations for introduction. */ /** @dir Math/Algorithms @@ -77,7 +77,8 @@ Functions for computing intersections, distances, areas and volumes. /** @namespace Magnum::DebugTools @brief %Debug tools -Debugging helpers, renderers and profilers. +Debugging helpers, renderers and profilers. See @ref debug-tools for +introduction. */ /** @dir MeshTools