bevy/crates/bevy_app/src
Daniel Bearden b673c51e20 Bevy app docs (#3539)
# Objective

Achieve 100% documentation coverage for bevy_app crate.
See #3492 

## Solution

- Add #![warn(missing_docs)] to crate root
- Add doc comments to public items
- Add doc comment to bevy_utils::define_label macro trait
2022-01-06 23:16:47 +00:00
..
app.rs Bevy app docs (#3539) 2022-01-06 23:16:47 +00:00
ci_testing.rs Merge New Renderer 2021-11-22 23:57:42 -08:00
lib.rs Bevy app docs (#3539) 2022-01-06 23:16:47 +00:00
plugin_group.rs Bevy app docs (#3539) 2022-01-06 23:16:47 +00:00
plugin.rs Bevy app docs (#3539) 2022-01-06 23:16:47 +00:00
schedule_runner.rs Bevy app docs (#3539) 2022-01-06 23:16:47 +00:00