From 3cfaab654a144400bebe7e65206024c9f49bb31d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sat, 2 Jan 2016 03:25:02 +0100 Subject: [PATCH] Platform: Doxygen workarounds. --- src/Magnum/Platform/WindowlessWglApplication.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Magnum/Platform/WindowlessWglApplication.h b/src/Magnum/Platform/WindowlessWglApplication.h index fbcd5a962..e52611421 100644 --- a/src/Magnum/Platform/WindowlessWglApplication.h +++ b/src/Magnum/Platform/WindowlessWglApplication.h @@ -41,10 +41,12 @@ #include "Magnum/OpenGL.h" #include "Magnum/Platform/Platform.h" +#ifndef DOXYGEN_GENERATING_OUTPUT /* Define stuff that we need because I can't be bothered with creating a new header just for two defines */ #define WGL_CONTEXT_FLAGS_ARB 0x2094 #define WGL_CONTEXT_DEBUG_BIT_ARB 0x0001 +#endif namespace Magnum { namespace Platform {