From 9c8dfbccc02eb370f65f285f5e46f62809de591c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sun, 26 May 2019 11:35:40 +0200 Subject: [PATCH] Platform: hide Emscripten forward declarations from Doxygen. --- src/Magnum/Platform/EmscriptenApplication.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Magnum/Platform/EmscriptenApplication.h b/src/Magnum/Platform/EmscriptenApplication.h index 2aef25e44..873464b11 100644 --- a/src/Magnum/Platform/EmscriptenApplication.h +++ b/src/Magnum/Platform/EmscriptenApplication.h @@ -43,9 +43,12 @@ #include "Magnum/Platform/Platform.h" #if defined(CORRADE_TARGET_EMSCRIPTEN) || defined(DOXYGEN_GENERATING_OUTPUT) + +#ifndef DOXYGEN_GENERATING_OUTPUT struct EmscriptenKeyboardEvent; struct EmscriptenMouseEvent; struct EmscriptenWheelEvent; +#endif namespace Magnum { namespace Platform {