resource: doc review

This commit is contained in:
Michele Caini
2023-12-12 14:15:02 +01:00
parent d0a16cd852
commit e4df106417

View File

@@ -19,11 +19,7 @@
namespace entt {
/**
* @cond TURN_OFF_DOXYGEN
* Internal details not to be documented.
*/
/*! @cond TURN_OFF_DOXYGEN */
namespace internal {
template<typename Type, typename It>
@@ -145,11 +141,7 @@ template<typename... Lhs, typename... Rhs>
}
} // namespace internal
/**
* Internal details not to be documented.
* @endcond
*/
/*! @endcond */
/**
* @brief Basic cache for resources of any type.