From 2e43eb3dd41592063ac79b04b69cffaa08943b6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Wed, 4 Feb 2015 20:37:42 +0100 Subject: [PATCH] Fix Doxygen warning. --- src/Magnum/Renderer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Magnum/Renderer.h b/src/Magnum/Renderer.h index e4a14c7b2..dc09ab92b 100644 --- a/src/Magnum/Renderer.h +++ b/src/Magnum/Renderer.h @@ -88,7 +88,7 @@ class MAGNUM_EXPORT Renderer { * Debug output. Disabled by default unless the GL context was * created with debug output enabled. * @see @ref DebugOutput, @ref Feature::DebugOutputSynchronous, - * @ref Platform::Sdl2Application::Configuration::Flag::DebugOutput "Platform::*Application::Configuration::Flag::DebugOutput" + * @ref Platform::Sdl2Application::Configuration::Flag::Debug "Platform::*Application::Configuration::Flag::Debug" * @requires_gl43 Extension @extension{KHR,debug} * @requires_es_extension Extension @es_extension{KHR,debug} */