bevy/crates/bevy_app/src
Federico Rinaldi 7c22f92ce4 Document sub apps (#3403)
Documentation added to:
- `App::add_sub_app` (
- `App::update` (mentions that sub apps are updated here)

### Future work
- An example for `add_sub_app` would be good, but I wasn't able to come up with a simple one.
- Since `SubApp` is private, maybe the concept of sub applications could be introduced in the `App` struct-level documentation.
2022-01-14 23:14:42 +00:00
..
app.rs Document sub apps (#3403) 2022-01-14 23:14:42 +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 Enable the doc_markdown clippy lint (#3457) 2022-01-09 23:20:13 +00:00
schedule_runner.rs Bevy app docs (#3539) 2022-01-06 23:16:47 +00:00