From 02f0e0aeb9b6aed44938283158d395f36c8814ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sat, 4 Aug 2018 12:57:59 +0200 Subject: [PATCH] Doc++ --- doc/shaders.dox | 2 ++ src/Magnum/Shaders/Flat.h | 2 ++ 2 files changed, 4 insertions(+) diff --git a/doc/shaders.dox b/doc/shaders.dox index 44fa4c134..b351aa0a7 100644 --- a/doc/shaders.dox +++ b/doc/shaders.dox @@ -27,6 +27,8 @@ namespace Magnum { /** @page shaders Builtin shaders @brief Overview and basic usage of builtin shaders. +@m_keywords{Shaders} + @tableofcontents @m_footernavigation diff --git a/src/Magnum/Shaders/Flat.h b/src/Magnum/Shaders/Flat.h index eadec22b8..ac877b7da 100644 --- a/src/Magnum/Shaders/Flat.h +++ b/src/Magnum/Shaders/Flat.h @@ -152,6 +152,8 @@ template class MAGNUM_SHADERS_EXPORT Flat: public GL::Ab */ typedef Containers::EnumSet Flags; #else + /* Done this way to be prepared for possible future diversion of 2D + and 3D flags (e.g. introducing 3D-specific features) */ typedef Implementation::FlatFlag Flag; typedef Implementation::FlatFlags Flags; #endif