diff --git a/src/Magnum/Platform/GLContext.h b/src/Magnum/Platform/GLContext.h index aa750bb8c..ad5162be5 100644 --- a/src/Magnum/Platform/GLContext.h +++ b/src/Magnum/Platform/GLContext.h @@ -152,8 +152,8 @@ class GLContext: public GL::Context { }; #ifdef MAGNUM_BUILD_DEPRECATED -/** @brief @copybrief GL::Extension - * @deprecated Use @ref GL::Extension instead. +/** @brief @copybrief Platform::GLContext + * @deprecated Use @ref Platform::GLContext instead. */ typedef CORRADE_DEPRECATED("use Platform::GLContext instead") GLContext Context; #endif