Browse Source

Platform: UGH DOXYGEN.

Why the F doesn't it warn that this type doesn't exist?!
pull/364/head
Vladimír Vondruš 7 years ago
parent
commit
bc95e35328
  1. 2
      src/Magnum/Platform/WindowlessEglApplication.h
  2. 2
      src/Magnum/Platform/WindowlessGlxApplication.h
  3. 2
      src/Magnum/Platform/WindowlessWglApplication.h
  4. 2
      src/Magnum/Platform/WindowlessWindowsEglApplication.h

2
src/Magnum/Platform/WindowlessEglApplication.h

@ -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 {

2
src/Magnum/Platform/WindowlessGlxApplication.h

@ -152,7 +152,7 @@ class WindowlessGlxContext::Configuration {
/**
* @brief Context flag
*
* @see @ref Flags, @ref setFlags(), @ref Context::Flag
* @see @ref Flags, @ref setFlags(), @ref GL::Context::Flag
*/
enum class Flag: int {
#ifndef MAGNUM_TARGET_GLES

2
src/Magnum/Platform/WindowlessWglApplication.h

@ -152,7 +152,7 @@ class WindowlessWglContext::Configuration {
/**
* @brief Context flag
*
* @see @ref Flags, @ref setFlags(), @ref Context::Flag
* @see @ref Flags, @ref setFlags(), @ref GL::Context::Flag
*/
enum class Flag: int {
#ifndef MAGNUM_TARGET_GLES

2
src/Magnum/Platform/WindowlessWindowsEglApplication.h

@ -138,7 +138,7 @@ class WindowlessWindowsEglContext::Configuration {
/**
* @brief Context flag
*
* @see @ref Flags, @ref setFlags(), @ref Context::Flag
* @see @ref Flags, @ref setFlags(), @ref GL::Context::Flag
*/
enum class Flag: int {
/**

Loading…
Cancel
Save