bevy/crates/bevy_ecs/src/schedule
JoJoJet 56e9a3de88 improve documentation for macro-generated label types (#5367)
# Objective

I noticed while working on #5366 that the documentation for label types wasn't working correctly. Having experimented with this for a few weeks, I believe that generating docs in macros is more effort than it's worth.

## Solution

Add more boilerplate, copy-paste and edit the docs across types. This also lets us add custom doctests for specific types. Also, we don't need `concat_idents` as a dependency anymore.
2022-07-20 19:39:42 +00:00
..
executor.rs Make System responsible for updating its own archetypes (#4115) 2022-04-07 20:50:43 +00:00
executor_parallel.rs Update codebase to use IntoIterator where possible. (#5269) 2022-07-11 15:28:50 +00:00
graph_utils.rs Fix some nightly clippy lints (#2522) 2021-07-29 19:36:39 -07:00
label.rs improve documentation for macro-generated label types (#5367) 2022-07-20 19:39:42 +00:00
mod.rs Simplify design for *Labels (#4957) 2022-07-14 18:23:01 +00:00
run_criteria.rs Simplify design for *Labels (#4957) 2022-07-14 18:23:01 +00:00
stage.rs Simplify design for *Labels (#4957) 2022-07-14 18:23:01 +00:00
state.rs Simplify design for *Labels (#4957) 2022-07-14 18:23:01 +00:00
system_container.rs Simplify design for *Labels (#4957) 2022-07-14 18:23:01 +00:00
system_descriptor.rs Simplify design for *Labels (#4957) 2022-07-14 18:23:01 +00:00
system_set.rs Simplify design for *Labels (#4957) 2022-07-14 18:23:01 +00:00