|
@@ -8,11 +8,7 @@
|
|
|
|
|
|
|
|
namespace entt {
|
|
namespace entt {
|
|
|
|
|
|
|
|
-/**
|
|
|
|
|
- * @cond TURN_OFF_DOXYGEN
|
|
|
|
|
- * Internal details not to be documented.
|
|
|
|
|
- */
|
|
|
|
|
-
|
|
|
|
|
|
|
+/*! @cond TURN_OFF_DOXYGEN */
|
|
|
namespace internal {
|
|
namespace internal {
|
|
|
|
|
|
|
|
template<typename Type, typename = void>
|
|
template<typename Type, typename = void>
|
|
@@ -36,11 +32,7 @@ struct page_size<Type, std::void_t<decltype(Type::page_size)>>
|
|
|
: std::integral_constant<std::size_t, Type::page_size> {};
|
|
: std::integral_constant<std::size_t, Type::page_size> {};
|
|
|
|
|
|
|
|
} // namespace internal
|
|
} // namespace internal
|
|
|
-
|
|
|
|
|
-/**
|
|
|
|
|
- * Internal details not to be documented.
|
|
|
|
|
- * @endcond
|
|
|
|
|
- */
|
|
|
|
|
|
|
+/*! @endcond */
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
|
* @brief Common way to access various properties of components.
|
|
* @brief Common way to access various properties of components.
|