Michele Caini 4 лет назад
Родитель
Сommit
891f596191
1 измененных файлов с 6 добавлено и 6 удалено
  1. 6 6
      src/entt/entity/view.hpp

+ 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.
  *