|
|
@@ -20,11 +20,7 @@
|
|
|
|
|
|
namespace entt {
|
|
|
|
|
|
-/**
|
|
|
- * @cond TURN_OFF_DOXYGEN
|
|
|
- * Internal details not to be documented.
|
|
|
- */
|
|
|
-
|
|
|
+/*! @cond TURN_OFF_DOXYGEN */
|
|
|
namespace internal {
|
|
|
|
|
|
template<typename Key, typename Type>
|
|
|
@@ -243,11 +239,7 @@ template<typename Lhs, typename Rhs>
|
|
|
}
|
|
|
|
|
|
} // namespace internal
|
|
|
-
|
|
|
-/**
|
|
|
- * Internal details not to be documented.
|
|
|
- * @endcond
|
|
|
- */
|
|
|
+/*! @endcond */
|
|
|
|
|
|
/**
|
|
|
* @brief Associative container for key-value pairs with unique keys.
|
|
|
@@ -1035,11 +1027,7 @@ private:
|
|
|
|
|
|
} // namespace entt
|
|
|
|
|
|
-/**
|
|
|
- * @cond TURN_OFF_DOXYGEN
|
|
|
- * Internal details not to be documented.
|
|
|
- */
|
|
|
-
|
|
|
+/*! @cond TURN_OFF_DOXYGEN */
|
|
|
namespace std {
|
|
|
|
|
|
template<typename Key, typename Value, typename Allocator>
|
|
|
@@ -1047,10 +1035,6 @@ struct uses_allocator<entt::internal::dense_map_node<Key, Value>, Allocator>
|
|
|
: std::true_type {};
|
|
|
|
|
|
} // namespace std
|
|
|
-
|
|
|
-/**
|
|
|
- * Internal details not to be documented.
|
|
|
- * @endcond
|
|
|
- */
|
|
|
+/*! @endcond */
|
|
|
|
|
|
#endif
|