Browse Source

doc: small changes

Michele Caini 5 years ago
parent
commit
6cfa024ea2
2 changed files with 0 additions and 20 deletions
  1. 0 12
      src/entt/entity/group.hpp
  2. 0 8
      src/entt/entity/view.hpp

+ 0 - 12
src/entt/entity/group.hpp

@@ -199,10 +199,6 @@ public:
      * The returned pointer is such that range `[data(), data() + size())` is
      * The returned pointer is such that range `[data(), data() + size())` is
      * always a valid range, even if the container is empty.
      * always a valid range, even if the container is empty.
      *
      *
-     * @note
-     * Entities are in the reverse order as returned by the `begin`/`end`
-     * iterators.
-     *
      * @return A pointer to the array of entities.
      * @return A pointer to the array of entities.
      */
      */
     [[nodiscard]] const entity_type * data() const ENTT_NOEXCEPT {
     [[nodiscard]] const entity_type * data() const ENTT_NOEXCEPT {
@@ -667,10 +663,6 @@ public:
      * `[raw<Component>(), raw<Component>() + size())` is always a valid range,
      * `[raw<Component>(), raw<Component>() + size())` is always a valid range,
      * even if the container is empty.<br/>
      * even if the container is empty.<br/>
      *
      *
-     * @note
-     * Components are in the reverse order as returned by the `begin`/`end`
-     * iterators.
-     * 
      * @warning
      * @warning
      * This function is only available for owned types.
      * This function is only available for owned types.
      *
      *
@@ -689,10 +681,6 @@ public:
      * The returned pointer is such that range `[data(), data() + size())` is
      * The returned pointer is such that range `[data(), data() + size())` is
      * always a valid range, even if the container is empty.
      * always a valid range, even if the container is empty.
      *
      *
-     * @note
-     * Entities are in the reverse order as returned by the `begin`/`end`
-     * iterators.
-     *
      * @return A pointer to the array of entities.
      * @return A pointer to the array of entities.
      */
      */
     [[nodiscard]] const entity_type * data() const ENTT_NOEXCEPT {
     [[nodiscard]] const entity_type * data() const ENTT_NOEXCEPT {

+ 0 - 8
src/entt/entity/view.hpp

@@ -681,10 +681,6 @@ public:
      * The returned pointer is such that range `[raw(), raw() + size())` is
      * The returned pointer is such that range `[raw(), raw() + size())` is
      * always a valid range, even if the container is empty.
      * always a valid range, even if the container is empty.
      *
      *
-     * @note
-     * Components are in the reverse order as returned by the `begin`/`end`
-     * iterators.
-     *
      * @return A pointer to the array of components.
      * @return A pointer to the array of components.
      */
      */
     [[nodiscard]] raw_type * raw() const ENTT_NOEXCEPT {
     [[nodiscard]] raw_type * raw() const ENTT_NOEXCEPT {
@@ -697,10 +693,6 @@ public:
      * The returned pointer is such that range `[data(), data() + size())` is
      * The returned pointer is such that range `[data(), data() + size())` is
      * always a valid range, even if the container is empty.
      * always a valid range, even if the container is empty.
      *
      *
-     * @note
-     * Entities are in the reverse order as returned by the `begin`/`end`
-     * iterators.
-     *
      * @return A pointer to the array of entities.
      * @return A pointer to the array of entities.
      */
      */
     [[nodiscard]] const entity_type * data() const ENTT_NOEXCEPT {
     [[nodiscard]] const entity_type * data() const ENTT_NOEXCEPT {