From 5cdf6e57366af47a709674db1a44188359cf717a Mon Sep 17 00:00:00 2001 From: Ricardo Antunes Date: Thu, 15 Feb 2024 23:54:25 +0000 Subject: [PATCH] docs(reflection): disable Reflectable concept docs Unsupported by m.css at the moment --- core/include/cubos/core/reflection/reflect.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/include/cubos/core/reflection/reflect.hpp b/core/include/cubos/core/reflection/reflect.hpp index c537dc719..d2b03219c 100644 --- a/core/include/cubos/core/reflection/reflect.hpp +++ b/core/include/cubos/core/reflection/reflect.hpp @@ -70,6 +70,7 @@ namespace cubos::core::reflection return type; } + /// @cond See #765 /// @brief Checks whether the given type @p T is reflectable. /// @tparam T %Type to check. template @@ -77,6 +78,7 @@ namespace cubos::core::reflection { reflect(); }; + /// @endcond } // namespace cubos::core::reflection /// @brief Helper macro used to pass arguments with commas to other macros, wrapped in parentheses.