Browse Source

Doc++

Finally I got it right.
pull/34/head
Vladimír Vondruš 13 years ago
parent
commit
09c2f7ffe2
  1. 2
      src/Platform/AbstractXApplication.h

2
src/Platform/AbstractXApplication.h

@ -193,7 +193,7 @@ CORRADE_ENUMSET_OPERATORS(AbstractXApplication::Flags)
@brief %Configuration @brief %Configuration
Double-buffered OpenGL context. Double-buffered OpenGL context.
@see @ref GlxApplication::GlxApplication(), @ref XeglApplication::XEglApplication(), @see @ref GlxApplication::GlxApplication(), @ref XEglApplication::XEglApplication(),
@ref createContext(), @ref tryCreateContext() @ref createContext(), @ref tryCreateContext()
@todo GLX_ARB_create_context_robustness/EGL_EXT_create_context_robustness @todo GLX_ARB_create_context_robustness/EGL_EXT_create_context_robustness
*/ */

Loading…
Cancel
Save