bevy/crates/bevy_app/src
Mika 73ae6af6ef Add inline documentation to bevy code (#1404)
For review, first iteration of bevy code documentation.

I can continue submitting docs every now and then for relevant parts.

Some challenges I found:
* plugins example had to be commented out, as adding bevy_internal (where plugins reside) would pull in too many dependencies

Co-authored-by: Mika <1299457+blaind@users.noreply.github.com>
Co-authored-by: Carter Anderson <mcanders1@gmail.com>
2021-05-06 02:26:54 +00:00
..
app.rs add a span for frames (#2053) 2021-04-30 02:08:49 +00:00
app_builder.rs Add inline documentation to bevy code (#1404) 2021-05-06 02:26:54 +00:00
ci_testing.rs run some examples on CI using swiftshader (#1826) 2021-04-14 21:40:36 +00:00
lib.rs Hide re-exported docs (#1985) 2021-04-27 18:29:33 +00:00
plugin.rs format comments (#1612) 2021-03-11 00:27:30 +00:00
plugin_group.rs Fix errors and panics to typical Rust conventions (#968) 2020-12-02 11:31:16 -08:00
schedule_runner.rs Moved events to ECS (#1823) 2021-04-13 20:36:37 +00:00