bevy/crates/bevy_ecs/macros/src
no-materials 3a8d5598ad
Interpolate WorldQuery path in docs of generated types (#14985)
# Objective

Fixes #14972

## Solution

Uses the `concat!` macro to interpolate the `path` variable.

## Testing

* Run `cargo doc --workspace --open`
* Check functionality of `WorldQuery` links within `NodeQueryItem`,
`NodeQueryReadOnly`, `NodeQueryReadOnlyItem` docs
2024-09-01 22:18:13 +00:00
..
component.rs Required Components (#14791) 2024-08-27 20:22:23 +00:00
lib.rs SystemParamBuilder - Allow deriving a SystemParamBuilder struct when deriving SystemParam. (#14818) 2024-08-28 18:24:52 +00:00
query_data.rs Interpolate WorldQuery path in docs of generated types (#14985) 2024-09-01 22:18:13 +00:00
query_filter.rs Interpolate WorldQuery path in docs of generated types (#14985) 2024-09-01 22:18:13 +00:00
states.rs Computed State & Sub States (#11426) 2024-05-02 19:36:23 +00:00
world_query.rs Interpolate WorldQuery path in docs of generated types (#14985) 2024-09-01 22:18:13 +00:00