From 2304f437ee3643434f75e9300528d232ab1c1853 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sun, 20 Oct 2013 18:24:31 +0200 Subject: [PATCH] Doc++ --- src/Sampler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }