Browse Source

Platform: hide Emscripten forward declarations from Doxygen.

pull/300/head
Vladimír Vondruš 7 years ago
parent
commit
9c8dfbccc0
  1. 3
      src/Magnum/Platform/EmscriptenApplication.h

3
src/Magnum/Platform/EmscriptenApplication.h

@ -43,9 +43,12 @@
#include "Magnum/Platform/Platform.h" #include "Magnum/Platform/Platform.h"
#if defined(CORRADE_TARGET_EMSCRIPTEN) || defined(DOXYGEN_GENERATING_OUTPUT) #if defined(CORRADE_TARGET_EMSCRIPTEN) || defined(DOXYGEN_GENERATING_OUTPUT)
#ifndef DOXYGEN_GENERATING_OUTPUT
struct EmscriptenKeyboardEvent; struct EmscriptenKeyboardEvent;
struct EmscriptenMouseEvent; struct EmscriptenMouseEvent;
struct EmscriptenWheelEvent; struct EmscriptenWheelEvent;
#endif
namespace Magnum { namespace Platform { namespace Magnum { namespace Platform {

Loading…
Cancel
Save