Browse Source

Doc++

Why the warning about undocumented AbstractQuery::begin() appeared just
now?
pull/68/head
Vladimír Vondruš 12 years ago
parent
commit
611159fa2b
  1. 2
      src/Magnum/Platform/WindowlessWglApplication.h
  2. 3
      src/Magnum/Query.h

2
src/Magnum/Platform/WindowlessWglApplication.h

@ -29,8 +29,10 @@
* @brief Class @ref Magnum::Platform::WindowlessWglApplication, macro @ref MAGNUM_WINDOWLESSWGLAPPLICATION_MAIN() * @brief Class @ref Magnum::Platform::WindowlessWglApplication, macro @ref MAGNUM_WINDOWLESSWGLAPPLICATION_MAIN()
*/ */
#ifndef DOXYGEN_GENERATING_OUTPUT
#define WIN32_LEAN_AND_MEAN 1 #define WIN32_LEAN_AND_MEAN 1
#define VC_EXTRALEAN #define VC_EXTRALEAN
#endif
#include <windows.h> #include <windows.h>
#include "Magnum/Magnum.h" #include "Magnum/Magnum.h"

3
src/Magnum/Query.h

@ -145,6 +145,9 @@ class MAGNUM_EXPORT AbstractQuery: public AbstractObject {
*/ */
~AbstractQuery(); ~AbstractQuery();
#ifdef DOXYGEN_GENERATING_OUTPUT
private:
#endif
void begin(GLenum target); void begin(GLenum target);
private: private:

Loading…
Cancel
Save