diff --git a/src/Sampler.h b/src/Sampler.h index 1991ae216..601a8bfa4 100644 --- a/src/Sampler.h +++ b/src/Sampler.h @@ -148,7 +148,7 @@ class MAGNUM_EXPORT Sampler { /** * @copybrief maxAnisotropy() - * @deprecated Use @ref Magnum::Shader::maxAnisotropy() "maxAnisotropy()" + * @deprecated Use @ref Magnum::Sampler::maxAnisotropy() "maxAnisotropy()" * instead. */ static Float maxSupportedAnisotropy() { return maxAnisotropy(); }