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}