bevy/crates/bevy_ecs/src
TheBigCheese 6a15ed564d
Improve EntityWorldMut.remove, retain and despawn docs by linking to more detail (#10943)
## Solution

`Commands.remove` and `.retain` (because I copied `remove`s doc)
referenced `EntityWorldMut.remove` and `retain` for more detail but the
`Commands` docs are much more detailed (which makes sense because it is
the most common api), so I have instead inverted this so that
`EntityWorldMut` docs link to `Commands`.

I also made `EntityWorldMut.despawn` reference `World.despawn` for more
details, like `Commands.despawn` does.
2023-12-12 19:27:11 +00:00
..
entity Remove unnecessary path prefixes (#10749) 2023-11-28 23:43:40 +00:00
query Reduced TableRow as Casting (#10811) 2023-12-05 02:44:33 +00:00
reflect Remove unnecessary path prefixes (#10749) 2023-11-28 23:43:40 +00:00
schedule Make IntoSystemConfigs::into_configs public API (visible in docs) (#10624) 2023-11-29 14:38:37 +00:00
storage Reduced TableRow as Casting (#10811) 2023-12-05 02:44:33 +00:00
system Improve EntityWorldMut.remove, retain and despawn docs by linking to more detail (#10943) 2023-12-12 19:27:11 +00:00
world Improve EntityWorldMut.remove, retain and despawn docs by linking to more detail (#10943) 2023-12-12 19:27:11 +00:00
archetype.rs Remove unnecessary path prefixes (#10749) 2023-11-28 23:43:40 +00:00
bundle.rs Allow #[derive(Bundle)] on tuple structs (take 3) (#10561) 2023-11-21 01:09:16 +00:00
change_detection.rs Rustdoc example for Ref (#10682) 2023-11-22 20:20:39 +00:00
component.rs Make ComponentId typed in Components (#10770) 2023-12-05 01:54:27 +00:00
event.rs Remove unnecessary path prefixes (#10749) 2023-11-28 23:43:40 +00:00
lib.rs Override QueryIter::fold to port Query::for_each perf gains to select Iterator combinators (#6773) 2023-12-01 09:09:55 +00:00
removal_detection.rs Remove unnecessary path prefixes (#10749) 2023-11-28 23:43:40 +00:00