Why the F doesn't it warn that this type doesn't exist?!
@ -142,7 +142,7 @@ class WindowlessEglContext::Configuration {
/**
* @brief Context flag
*
* @see @ref Flags, @ref setFlags(), @ref Context::Flag
* @see @ref Flags, @ref setFlags(), @ref GL::Context::Flag
* @requires_gles Context flags are not available in WebGL.
*/
enum class Flag: int {
@ -152,7 +152,7 @@ class WindowlessGlxContext::Configuration {
#ifndef MAGNUM_TARGET_GLES
@ -152,7 +152,7 @@ class WindowlessWglContext::Configuration {
@ -138,7 +138,7 @@ class WindowlessWindowsEglContext::Configuration {