|
|
@@ -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.
|