@@ -3,6 +3,7 @@
#include "../config/config.h"
+/*! @cond TURN_OFF_DOXYGEN */
namespace entt::stl {
#ifndef ENTT_FORCE_STL
@@ -31,5 +32,6 @@ struct identity {
#endif
} // namespace entt::stl
+/*! @endcond */
@@ -1,6 +1,7 @@
#ifndef ENTT_STL_MEMORY_HPP
#define ENTT_STL_MEMORY_HPP
@@ -30,6 +31,7 @@ template<typename Type>
}