Browse Source

Platform: hide irrelevant macros from Doxygen.

pull/249/head
Vladimír Vondruš 8 years ago
parent
commit
8d0f922d40
  1. 2
      src/Magnum/Platform/GlfwApplication.h

2
src/Magnum/Platform/GlfwApplication.h

@ -43,7 +43,9 @@
#include "Magnum/GL/GL.h" #include "Magnum/GL/GL.h"
#endif #endif
#ifndef DOXYGEN_GENERATING_OUTPUT
#define GLFW_INCLUDE_NONE #define GLFW_INCLUDE_NONE
#endif
#include <GLFW/glfw3.h> #include <GLFW/glfw3.h>
namespace Magnum { namespace Platform { namespace Magnum { namespace Platform {

Loading…
Cancel
Save