From cf522d60cac75cbceea3edb1c19ac4ea9a329e5d Mon Sep 17 00:00:00 2001 From: Michele Caini Date: Thu, 6 May 2021 10:31:43 +0200 Subject: [PATCH] doc: updated doc for handle --- src/entt/entity/handle.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/entt/entity/handle.hpp b/src/entt/entity/handle.hpp index 77f85236a..568948de1 100644 --- a/src/entt/entity/handle.hpp +++ b/src/entt/entity/handle.hpp @@ -194,6 +194,7 @@ struct basic_handle { * @brief Removes the given components from a handle. * @sa basic_registry::remove * @tparam Component Types of components to remove. + * @return The number of components actually removed. */ template size_type remove() const {