|
@@ -12,11 +12,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 Ret, typename... Args>
|
|
template<typename Ret, typename... Args>
|
|
@@ -43,11 +39,7 @@ template<typename... Class, typename Ret, typename... Args>
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
} // namespace internal
|
|
} // namespace internal
|
|
|
-
|
|
|
|
|
-/**
|
|
|
|
|
- * Internal details not to be documented.
|
|
|
|
|
- * @endcond
|
|
|
|
|
- */
|
|
|
|
|
|
|
+/*! @endcond */
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
|
* @brief Basic delegate implementation.
|
|
* @brief Basic delegate implementation.
|