From 611159fa2bb401a6b6b93206998e7840ad109c3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Tue, 12 Aug 2014 20:38:52 +0200 Subject: [PATCH] Doc++ Why the warning about undocumented AbstractQuery::begin() appeared just now? --- src/Magnum/Platform/WindowlessWglApplication.h | 2 ++ src/Magnum/Query.h | 3 +++ 2 files changed, 5 insertions(+) diff --git a/src/Magnum/Platform/WindowlessWglApplication.h b/src/Magnum/Platform/WindowlessWglApplication.h index dfffc0387..a21cf341d 100644 --- a/src/Magnum/Platform/WindowlessWglApplication.h +++ b/src/Magnum/Platform/WindowlessWglApplication.h @@ -29,8 +29,10 @@ * @brief Class @ref Magnum::Platform::WindowlessWglApplication, macro @ref MAGNUM_WINDOWLESSWGLAPPLICATION_MAIN() */ +#ifndef DOXYGEN_GENERATING_OUTPUT #define WIN32_LEAN_AND_MEAN 1 #define VC_EXTRALEAN +#endif #include #include "Magnum/Magnum.h" diff --git a/src/Magnum/Query.h b/src/Magnum/Query.h index a0b152c4f..43242babf 100644 --- a/src/Magnum/Query.h +++ b/src/Magnum/Query.h @@ -145,6 +145,9 @@ class MAGNUM_EXPORT AbstractQuery: public AbstractObject { */ ~AbstractQuery(); + #ifdef DOXYGEN_GENERATING_OUTPUT + private: + #endif void begin(GLenum target); private: