From ca75aeb6e04d70c50b55b0c17479739a9f9b4759 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Fri, 27 Apr 2018 10:06:59 +0200 Subject: [PATCH] Audio: this was just plain wrong. --- src/Magnum/Audio/Extensions.h | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/src/Magnum/Audio/Extensions.h b/src/Magnum/Audio/Extensions.h index c14500bf2..8a26f9a87 100644 --- a/src/Magnum/Audio/Extensions.h +++ b/src/Magnum/Audio/Extensions.h @@ -41,12 +41,10 @@ Each extension is a @cpp struct @ce named hierarchically by prefix, vendor and extension name taken from list at @ref openal-support, for example @cpp ALC::SOFTX::HRTF @ce. -Each struct has the same public methods as @ref Extension class -(@ref Extension::requiredVersion() "requiredVersion()", -@ref Extension::coreVersion() "coreVersion()" and @ref Extension::string() "string()"), -but these structs are better suited for compile-time decisions rather than -@ref Extension instances. See @ref Context::isExtensionSupported() for example -usage. +Each struct has the same public methods as @ref Extension class (currently just +@ref Extension::string() "string()"), but these structs are better suited for +compile-time decisions rather than @ref Extension instances. See +@ref Context::isExtensionSupported() for example usage. This namespace is built if `WITH_AUDIO` is enabled when building Magnum. To use this library with CMake, you need to request the `Audio` component of the