From 80daa088bab298c58479fbe7e3144760b69b7d11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sun, 29 Nov 2015 21:09:13 +0100 Subject: [PATCH] Fix Doxygen warning about undocumented stuff. --- src/Magnum/Context.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Magnum/Context.h b/src/Magnum/Context.h index 9ce65c437..4a3e5368e 100644 --- a/src/Magnum/Context.h +++ b/src/Magnum/Context.h @@ -474,10 +474,11 @@ class MAGNUM_EXPORT Context { */ DetectedDrivers detectedDriver(); - #ifndef DOXYGEN_GENERATING_OUTPUT + #ifdef DOXYGEN_GENERATING_OUTPUT + private: + #endif bool isDriverWorkaroundDisabled(const std::string& workaround); Implementation::State& state() { return *_state; } - #endif private: static Context* _current;