Bläddra i källkod

type_info: minor changes

Michele Caini 6 år sedan
förälder
incheckning
da4ee38914
1 ändrade filer med 4 tillägg och 4 borttagningar
  1. 4 4
      src/entt/core/type_info.hpp

+ 4 - 4
src/entt/core/type_info.hpp

@@ -14,6 +14,9 @@
 #endif
 #endif
 
 
 
 
+namespace entt {
+
+
 #ifndef ENTT_PRETTY_FUNCTION
 #ifndef ENTT_PRETTY_FUNCTION
 /**
 /**
  * @cond TURN_OFF_DOXYGEN
  * @cond TURN_OFF_DOXYGEN
@@ -21,7 +24,7 @@
  */
  */
 
 
 
 
-namespace entt::internal {
+namespace internal {
 
 
 
 
 struct ENTT_API type_id_generator {
 struct ENTT_API type_id_generator {
@@ -42,9 +45,6 @@ struct ENTT_API type_id_generator {
 #endif
 #endif
 
 
 
 
-namespace entt {
-
-
 /**
 /**
  * @brief Types identifiers.
  * @brief Types identifiers.
  * @tparam Type Type for which to generate an identifier.
  * @tparam Type Type for which to generate an identifier.