From 663c9e17b7010414d6be7d95c894dc6ddad63e1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Tue, 14 Dec 2021 12:19:15 +0100 Subject: [PATCH] ShaderTools: err, I suppose there's a reason why the define is here. To not make Doxygen think this is where all the types are defined. --- src/Magnum/ShaderTools/ShaderTools.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Magnum/ShaderTools/ShaderTools.h b/src/Magnum/ShaderTools/ShaderTools.h index 215f5b956..28122f579 100644 --- a/src/Magnum/ShaderTools/ShaderTools.h +++ b/src/Magnum/ShaderTools/ShaderTools.h @@ -36,8 +36,8 @@ namespace Magnum { namespace ShaderTools { #ifndef DOXYGEN_GENERATING_OUTPUT class AbstractConverter; -#endif enum class Stage: UnsignedInt; +#endif }}