From aa292ed11307b2f21d3bcb1bd645c53fdb519a83 Mon Sep 17 00:00:00 2001 From: Michele Caini Date: Wed, 12 Jul 2023 16:49:20 +0200 Subject: [PATCH] doc: drop typo --- src/entt/entity/view.hpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/entt/entity/view.hpp b/src/entt/entity/view.hpp index 9be9d7817..ec857ee0b 100644 --- a/src/entt/entity/view.hpp +++ b/src/entt/entity/view.hpp @@ -489,9 +489,6 @@ public: /** * @brief Returns the components assigned to the given entity. - * - * @sa get - * * @tparam Index Indexes of the components to get. * @param entt A valid identifier. * @return The components assigned to the entity.