From a5263384d9e00c48e67ee29061f29992f26439ef Mon Sep 17 00:00:00 2001 From: Michele Caini Date: Sat, 13 May 2023 14:31:30 +0200 Subject: [PATCH] doc: drop redundant comments --- src/entt/entity/registry.hpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/entt/entity/registry.hpp b/src/entt/entity/registry.hpp index 78901edc5..b75e86330 100644 --- a/src/entt/entity/registry.hpp +++ b/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.
- * 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.