From c334d908703de72822943ca27f8c109841408dde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sun, 26 Aug 2018 01:49:12 +0200 Subject: [PATCH] Improve utility documentation even more. --- src/Magnum/Audio/al-info.cpp | 3 +++ src/Magnum/Platform/gl-info.cpp | 2 ++ src/Magnum/Text/fontconverter.cpp | 2 ++ src/Magnum/TextureTools/distancefieldconverter.cpp | 3 +++ src/Magnum/Trade/imageconverter.cpp | 3 +++ 5 files changed, 13 insertions(+) diff --git a/src/Magnum/Audio/al-info.cpp b/src/Magnum/Audio/al-info.cpp index 65d0a05a9..d9d7da534 100644 --- a/src/Magnum/Audio/al-info.cpp +++ b/src/Magnum/Audio/al-info.cpp @@ -48,6 +48,9 @@ find_package(Magnum REQUIRED al-info) add_custom_command(OUTPUT ... COMMAND Magnum::al-info ...) @endcode +See @ref building, @ref cmake and the @ref Audio namespace for more +information. + @section magnum-al-info-usage Usage @code{.sh} diff --git a/src/Magnum/Platform/gl-info.cpp b/src/Magnum/Platform/gl-info.cpp index d96e1cd0d..e141f3930 100644 --- a/src/Magnum/Platform/gl-info.cpp +++ b/src/Magnum/Platform/gl-info.cpp @@ -98,6 +98,8 @@ find_package(Magnum REQUIRED gl-info) add_custom_command(OUTPUT ... COMMAND Magnum::gl-info ...) @endcode +See @ref building, @ref cmake and the @ref GL namespace for more information. + @section magnum-gl-info-usage Usage @code{.sh} diff --git a/src/Magnum/Text/fontconverter.cpp b/src/Magnum/Text/fontconverter.cpp index a1eb57efe..0445620d5 100644 --- a/src/Magnum/Text/fontconverter.cpp +++ b/src/Magnum/Text/fontconverter.cpp @@ -73,6 +73,8 @@ find_package(Magnum REQUIRED fontconverter) add_custom_command(OUTPUT ... COMMAND Magnum::fontconverter ...) @endcode +See @ref building, @ref cmake and the @ref Text namespace for more information. + @section magnum-fontconverter-usage Usage @code{.sh} diff --git a/src/Magnum/TextureTools/distancefieldconverter.cpp b/src/Magnum/TextureTools/distancefieldconverter.cpp index 8fcf1557b..aeeb03b29 100644 --- a/src/Magnum/TextureTools/distancefieldconverter.cpp +++ b/src/Magnum/TextureTools/distancefieldconverter.cpp @@ -79,6 +79,9 @@ find_package(Magnum REQUIRED distancefieldconverter) add_custom_command(OUTPUT ... COMMAND Magnum::distancefieldconverter ...) @endcode +See @ref building, @ref cmake and the @ref TextureTools namespace for more +information. + @section magnum-distancefieldconverter-usage Usage @code{.sh} diff --git a/src/Magnum/Trade/imageconverter.cpp b/src/Magnum/Trade/imageconverter.cpp index b98bad3e0..716703b9c 100644 --- a/src/Magnum/Trade/imageconverter.cpp +++ b/src/Magnum/Trade/imageconverter.cpp @@ -50,6 +50,9 @@ find_package(Magnum REQUIRED imageconverter) add_custom_command(OUTPUT ... COMMAND Magnum::imageconverter ...) @endcode +See @ref building, @ref cmake and the @ref Trade namespace for more +information. + @section magnum-imageconverter-usage Usage @code{.sh}