Skip to content

Commit

Permalink
docs(reflection): disable Reflectable concept docs
Browse files Browse the repository at this point in the history
Unsupported by m.css at the moment
  • Loading branch information
RiscadoA committed Feb 16, 2024
1 parent 23073d1 commit 5cdf6e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/include/cubos/core/reflection/reflect.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,15 @@ 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 <typename T>
concept Reflectable = requires
{
reflect<T>();
};
/// @endcond
} // namespace cubos::core::reflection

/// @brief Helper macro used to pass arguments with commas to other macros, wrapped in parentheses.
Expand Down

0 comments on commit 5cdf6e5

Please sign in to comment.