From 4698c4276fb23e47aebf37976511dcc0f8916d1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sat, 11 Jan 2014 13:18:58 +0100 Subject: [PATCH] doc: updated directory documentation. Noting what dir is part of which library. --- doc/namespaces.dox | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/namespaces.dox b/doc/namespaces.dox index e1b4aa8b1..94bea4b1f 100644 --- a/doc/namespaces.dox +++ b/doc/namespaces.dox @@ -22,8 +22,8 @@ DEALINGS IN THE SOFTWARE. */ -/** @dir Magnum - * @brief Namespace Magnum +/** @dir magnum/src/Magnum + * @brief Namespace Magnum (part of @ref building "Magnum library") */ /** @namespace Magnum @brief Root namespace @@ -141,10 +141,6 @@ package in CMake and link to `${MAGNUM_MESHTOOLS_LIBRARIES}`. See @ref building and @ref cmake for more information. */ -/** @dir MagnumPlugins - * @brief Plugins for %Magnum library - */ - /** @dir Magnum/Primitives * @brief Namespace Magnum::Primitives */ @@ -248,3 +244,7 @@ information. Additional plugins are enabled separately, see particular `*Importer` and `*ImageConverter` class documentation, @ref building-plugins, @ref cmake-plugins and @ref plugins for more information. */ + +/** @dir magnum/src/MagnumPlugins + * @brief %Magnum plugins (part of @ref building "Magnum library") + */