From 5589353b9a9b1af4427e628701b7b54a5c5a2b44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Tue, 3 Jul 2018 17:48:37 +0200 Subject: [PATCH] Platform: doc++ --- src/Magnum/Platform/GlfwApplication.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/Magnum/Platform/GlfwApplication.h b/src/Magnum/Platform/GlfwApplication.h index 316cd2bfb..3c921099c 100644 --- a/src/Magnum/Platform/GlfwApplication.h +++ b/src/Magnum/Platform/GlfwApplication.h @@ -483,6 +483,11 @@ CORRADE_ENUMSET_OPERATORS(GlfwApplication::Flags) @brief OpenGL context configuration Double-buffered RGBA window with depth and stencil buffers. + +@note This function is available only if Magnum is compiled with + @ref MAGNUM_TARGET_GL enabled (done by default). See @ref building-features + for more information. + @see @ref GlfwApplication(), @ref create(), @ref tryCreate() */ class GlfwApplication::GLConfiguration { @@ -591,7 +596,6 @@ CORRADE_ENUMSET_OPERATORS(GlfwApplication::GLConfiguration::Flags) /** @brief Configuration -Double-buffered RGBA window with depth and stencil buffers. @see @ref GlfwApplication(), @ref create(), @ref tryCreate() */ class GlfwApplication::Configuration {