Browse Source

Fix Doxygen warning.

pull/94/head
Vladimír Vondruš 11 years ago
parent
commit
2e43eb3dd4
  1. 2
      src/Magnum/Renderer.h

2
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}
*/

Loading…
Cancel
Save