1
0
Michele Caini 4 жил өмнө
parent
commit
891f596191

+ 6 - 6
src/entt/entity/view.hpp

@@ -116,6 +116,12 @@ private:
 }
 
 
+/**
+ * Internal details not to be documented.
+ * @endcond
+ */
+
+
 /*! @brief Stable storage policy, aimed at pointer stability. */
 struct stable_storage_policy {
     /**
@@ -150,12 +156,6 @@ struct packed_storage_policy {
 };
 
 
-/**
- * Internal details not to be documented.
- * @endcond
- */
-
-
 /**
  * @brief View implementation.
  *