From 8d0f922d40ee5301a6c24f3d58399a79dfe8c089 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Tue, 1 May 2018 16:11:38 +0200 Subject: [PATCH] Platform: hide irrelevant macros from Doxygen. --- src/Magnum/Platform/GlfwApplication.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Magnum/Platform/GlfwApplication.h b/src/Magnum/Platform/GlfwApplication.h index 584f564da..20dc06b0f 100644 --- a/src/Magnum/Platform/GlfwApplication.h +++ b/src/Magnum/Platform/GlfwApplication.h @@ -43,7 +43,9 @@ #include "Magnum/GL/GL.h" #endif +#ifndef DOXYGEN_GENERATING_OUTPUT #define GLFW_INCLUDE_NONE +#endif #include namespace Magnum { namespace Platform {