From 718a23adfcb41aeab8e8958e3ecd0792211a4fe5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Fri, 30 Oct 2020 20:58:11 +0100 Subject: [PATCH] doc: mention the new utils in namespace docs as well. --- doc/namespaces.dox | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/doc/namespaces.dox b/doc/namespaces.dox index a5e4adb82..e03871441 100644 --- a/doc/namespaces.dox +++ b/doc/namespaces.dox @@ -515,8 +515,10 @@ target_link_libraries(your-app PRIVATE Magnum::ShaderTools) @endcode Additional plugins and utilities are built separately. See particular -`*Converter` class documentation, @ref building, @ref building-plugins, -@ref cmake, @ref cmake-plugins and @ref plugins for more information. +`*Converter` class documentation, the +@ref magnum-shaderconverter "magnum-shaderconverter" utility documentation, +@ref building, @ref building-plugins, @ref cmake, @ref cmake-plugins and +@ref plugins for more information. */ /** @dir Magnum/Text @@ -595,7 +597,8 @@ target_link_libraries(your-app PRIVATE Magnum::Trade) Additional plugins and utilities are built separately. See particular `Trade::*Importer` and `*ImageConverter` class documentation, the -@ref magnum-imageconverter "magnum-imageconverter" utility documentation, +@ref magnum-imageconverter "magnum-imageconverter" and +@ref magnum-sceneconverter "magnum-sceneconverter" utility documentation, @ref building, @ref building-plugins, @ref cmake, @ref cmake-plugins and @ref plugins for more information. */