bevy/crates/bevy_ecs/macros/src
SpecificProtagonist 9e0c66bd65
Ecs derive docs (#19892)
# Objective

Concise syntax docs on `Component`/`Event` derives. Partial fix for
#19537.

## Solution

Only document syntax. The doc tests are set to ignore because the macro
relies on the presence of `bevy_ecs`.
2025-07-02 14:44:18 +00:00
..
component.rs Ecs derive docs (#19892) 2025-07-02 14:44:18 +00:00
lib.rs Ecs derive docs (#19892) 2025-07-02 14:44:18 +00:00
query_data.rs Fix QueryData derive codegen (#19750) 2025-06-20 15:48:16 +00:00
query_filter.rs Remove 's lifetime from WorldQuery::Fetch (#19720) 2025-06-19 00:58:21 +00:00
world_query.rs Remove 's lifetime from WorldQuery::Fetch (#19720) 2025-06-19 00:58:21 +00:00