bevy/crates/bevy_app/src
Michael Dorst accfb33ab9 Fix doc_markdown lints in bevy_app (#3467)
#3457 adds the `doc_markdown` clippy lint, which checks doc comments to make sure code identifiers are escaped with backticks. This causes a lot of lint errors, so this is one of a number of PR's that will fix those lint errors one crate at a time.

This PR fixes lints in the `bevy_app` crate.
2021-12-30 09:08:19 +00:00
..
app.rs Fix doc_markdown lints in bevy_app (#3467) 2021-12-30 09:08:19 +00:00
ci_testing.rs Merge New Renderer 2021-11-22 23:57:42 -08:00
lib.rs Improve bevy_ecs and bevy_app API docs where referenced by the new Bevy Book (#2365) 2021-09-17 18:00:29 +00:00
plugin_group.rs Merge AppBuilder into App (#2531) 2021-07-27 20:21:06 +00:00
plugin.rs Fix doc_markdown lints in bevy_app (#3467) 2021-12-30 09:08:19 +00:00
schedule_runner.rs Fix doc_markdown lints in bevy_app (#3467) 2021-12-30 09:08:19 +00:00