bevy/crates/bevy_audio/src
Michael Dorst 608e63a5bc Fix doc_markdown lints in bevy_audio (#3469)
#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_audio` crate.
2021-12-29 17:52:42 +00:00
..
audio_output.rs Fix doc_markdown lints in bevy_audio (#3469) 2021-12-29 17:52:42 +00:00
audio_source.rs Fix doc_markdown lints in bevy_audio (#3469) 2021-12-29 17:52:42 +00:00
audio.rs fix scene loading (#988) 2020-12-03 13:57:36 -08:00
lib.rs Merge AppBuilder into App (#2531) 2021-07-27 20:21:06 +00:00