Skip to content

Commit

Permalink
doc: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
skypjack committed Jun 28, 2023
1 parent 7fb47e5 commit f338146
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 30 deletions.
20 changes: 0 additions & 20 deletions src/entt/entity/group.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -498,11 +498,6 @@ class basic_group<owned_t<>, get_t<Get...>, exclude_t<Exclude...>> {

/**
* @brief Returns the components assigned to the given entity.
*
* @warning
* Attempting to use an entity that doesn't belong to the group results in
* undefined behavior.
*
* @tparam Type Type of the component to get.
* @tparam Other Other types of components to get.
* @param entt A valid identifier.
Expand All @@ -515,11 +510,6 @@ class basic_group<owned_t<>, get_t<Get...>, exclude_t<Exclude...>> {

/**
* @brief Returns the components assigned to the given entity.
*
* @warning
* Attempting to use an entity that doesn't belong to the groups results in
* undefined behavior.
*
* @tparam Index Indexes of the components to get.
* @param entt A valid identifier.
* @return The components assigned to the entity.
Expand Down Expand Up @@ -903,11 +893,6 @@ class basic_group<owned_t<Owned...>, get_t<Get...>, exclude_t<Exclude...>> {

/**
* @brief Returns the components assigned to the given entity.
*
* @warning
* Attempting to use an entity that doesn't belong to the group results in
* undefined behavior.
*
* @tparam Type Type of the component to get.
* @tparam Other Other types of components to get.
* @param entt A valid identifier.
Expand All @@ -920,11 +905,6 @@ class basic_group<owned_t<Owned...>, get_t<Get...>, exclude_t<Exclude...>> {

/**
* @brief Returns the components assigned to the given entity.
*
* @warning
* Attempting to use an entity that doesn't belong to the groups results in
* undefined behavior.
*
* @tparam Index Indexes of the components to get.
* @param entt A valid identifier.
* @return The components assigned to the entity.
Expand Down
10 changes: 0 additions & 10 deletions src/entt/entity/view.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -482,11 +482,6 @@ class basic_view<get_t<Get...>, exclude_t<Exclude...>> {

/**
* @brief Returns the components assigned to the given entity.
*
* @warning
* Attempting to use an entity that doesn't belong to the view results in
* undefined behavior.
*
* @tparam Type Type of the component to get.
* @tparam Other Other types of components to get.
* @param entt A valid identifier.
Expand Down Expand Up @@ -804,11 +799,6 @@ class basic_view<get_t<Get>, exclude_t<>, std::void_t<std::enable_if_t<!Get::tra

/**
* @brief Returns the component assigned to the given entity.
*
* @warning
* Attempting to use an entity that doesn't belong to the view results in
* undefined behavior.
*
* @tparam Elem Type or index of the component to get.
* @param entt A valid identifier.
* @return The component assigned to the entity.
Expand Down

0 comments on commit f338146

Please sign in to comment.