Procházet zdrojové kódy

view: minor changes

Michele Caini před 4 roky
rodič
revize
891f596191
1 změnil soubory, kde provedl 6 přidání a 6 odebrání
  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. */
 /*! @brief Stable storage policy, aimed at pointer stability. */
 struct stable_storage_policy {
 struct stable_storage_policy {
     /**
     /**
@@ -150,12 +156,6 @@ struct packed_storage_policy {
 };
 };
 
 
 
 
-/**
- * Internal details not to be documented.
- * @endcond
- */
-
-
 /**
 /**
  * @brief View implementation.
  * @brief View implementation.
  *
  *