Jelajahi Sumber

doc: drop redundant comments

Michele Caini 3 tahun lalu
induk
melakukan
a5263384d9
1 mengubah file dengan 0 tambahan dan 6 penghapusan
  1. 0 6
      src/entt/entity/registry.hpp

+ 0 - 6
src/entt/entity/registry.hpp

@@ -821,7 +821,6 @@ public:
 
     /**
      * @brief Removes the given components from an entity.
-     *
      * @tparam Type Type of component to remove.
      * @tparam Other Other types of components to remove.
      * @param entt A valid identifier.
@@ -1193,11 +1192,6 @@ public:
 
     /**
      * @brief Returns a group for the given components.
-     *
-     * Group owned component pools can no longer be sorted.<br/>
-     * The group takes the ownership of the pools and arrange components so as
-     * to iterate them as fast as possible.
-     *
      * @tparam Owned Types of storage _owned_ by the group.
      * @tparam Get Types of storage _observed_ by the group, if any.
      * @tparam Exclude Types of storage used to filter the group, if any.