bevy/crates/bevy_ecs/src/system
JaySpruce 951c4dac7e
bevy_ecs/system/commands/ folder docs pass (#18639)
- Lots of nits, formatting, and rephrasing, with the goal of making
things more consistent.
- Fix outdated error handler explanation in `Commands` and
`EntityCommands` docs.
- Expand docs for system-related commands.
- Remove panic notes if the command only panics with the default error
handler.
- Update error handling notes for `try_` variants.
- Hide `prelude` import in most doctest examples, unless the example
uses something that people might not realize is in the prelude (like
`Name`).
- Remove a couple doctest examples that (in my opinion) didn't make
sense.

---------

Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com>
Co-authored-by: Chris Russell <8494645+chescock@users.noreply.github.com>
2025-03-31 19:26:58 +00:00
..
commands bevy_ecs/system/commands/ folder docs pass (#18639) 2025-03-31 19:26:58 +00:00
adapter_system.rs Fix run_system for adapter systems wrapping exclusive systems (#18406) 2025-03-26 13:40:42 +00:00
builder.rs Support using FilteredResources with ReflectResource. (#15624) 2025-02-16 19:56:19 +00:00
combinator.rs Fix run_system for adapter systems wrapping exclusive systems (#18406) 2025-03-26 13:40:42 +00:00
exclusive_function_system.rs Fix run_system for adapter systems wrapping exclusive systems (#18406) 2025-03-26 13:40:42 +00:00
exclusive_system_param.rs Harden proc macro path resolution and add integration tests. (#17330) 2025-02-09 19:45:45 +00:00
function_system.rs Replace ValidationOutcome with Result (#18541) 2025-03-26 03:36:16 +00:00
input.rs bevy_ecs: Apply #![warn(clippy::allow_attributes, clippy::allow_attributes_without_reason)] (#17335) 2025-01-14 21:37:41 +00:00
mod.rs Generic system config (#17962) 2025-03-12 00:12:30 +00:00
observer_system.rs Fix run_system for adapter systems wrapping exclusive systems (#18406) 2025-03-26 13:40:42 +00:00
query.rs Improve Query's top-level documentation (#18622) 2025-03-31 18:12:24 +00:00
schedule_system.rs Fix run_system for adapter systems wrapping exclusive systems (#18406) 2025-03-26 13:40:42 +00:00
system_name.rs
system_param.rs Use Display instead of Debug in the default error handler (#18629) 2025-03-31 18:28:19 +00:00
system_registry.rs Fix run_system for adapter systems wrapping exclusive systems (#18406) 2025-03-26 13:40:42 +00:00
system.rs Fix run_system for adapter systems wrapping exclusive systems (#18406) 2025-03-26 13:40:42 +00:00