bevy/crates/bevy_ecs/src/system
Niklas Eicker fbab01a40d Add missing closing ticks for inline examples and some cleanup (#3573)
# Objective

- clean up documentation and inline examples

## Solution

- add missing closing "```"
- remove stray "```"
- remove whitespace in inline examples
- unify inline examples (remove some `rust` labels)
2022-01-07 09:25:12 +00:00
..
commands Add missing closing ticks for inline examples and some cleanup (#3573) 2022-01-07 09:25:12 +00:00
exclusive_system.rs remove Box from ExclusiveSystemFn (#3063) 2021-11-04 20:55:28 +00:00
function_system.rs Add missing closing ticks for inline examples and some cleanup (#3573) 2022-01-07 09:25:12 +00:00
mod.rs Removal detection cleanup (#3010) 2022-01-05 22:06:38 +00:00
query.rs Add missing closing ticks for inline examples and some cleanup (#3573) 2022-01-07 09:25:12 +00:00
system_chaining.rs Unique WorldId (#2827) 2021-09-30 20:54:47 +00:00
system_param.rs Fix doc_markdown lints in bevy_ecs (#3473) 2022-01-06 00:43:37 +00:00
system.rs Fix doc_markdown lints in bevy_ecs (#3473) 2022-01-06 00:43:37 +00:00