doc: small changes

This commit is contained in:
Michele Caini
2020-11-10 16:12:38 +01:00
parent 4b43d99660
commit 6cfa024ea2
2 changed files with 0 additions and 20 deletions

View File

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

View File

@@ -681,10 +681,6 @@ public:
* The returned pointer is such that range `[raw(), raw() + size())` is
* 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.
*/
[[nodiscard]] raw_type * raw() const ENTT_NOEXCEPT {
@@ -697,10 +693,6 @@ public:
* The returned pointer is such that range `[data(), data() + size())` is
* 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.
*/
[[nodiscard]] const entity_type * data() const ENTT_NOEXCEPT {