From 09c2f7ffe24cc5f88e90a18f8a335e5ff53c9b99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sat, 7 Dec 2013 23:10:51 +0100 Subject: [PATCH] Doc++ Finally I got it right. --- src/Platform/AbstractXApplication.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Platform/AbstractXApplication.h b/src/Platform/AbstractXApplication.h index 653a24092..73b020227 100644 --- a/src/Platform/AbstractXApplication.h +++ b/src/Platform/AbstractXApplication.h @@ -193,7 +193,7 @@ CORRADE_ENUMSET_OPERATORS(AbstractXApplication::Flags) @brief %Configuration Double-buffered OpenGL context. -@see @ref GlxApplication::GlxApplication(), @ref XeglApplication::XEglApplication(), +@see @ref GlxApplication::GlxApplication(), @ref XEglApplication::XEglApplication(), @ref createContext(), @ref tryCreateContext() @todo GLX_ARB_create_context_robustness/EGL_EXT_create_context_robustness */