bevy/crates/bevy_asset/src/io
Alice Cecile 0f1c75796b
Fill out some missing docs for bevy_assets (#17829)
# Objective

`bevy_assets` has long been unapproachable for contributors and users.
More and better documentation would help that.

We're gradually moving towards globally denying missing docs (#3492)! 
However, writing all of the hundreds of missing doc strings in a single
go will be miserable to review.

## Solution

Remove the allow for missing docs temporarily, and then pick some easy
missing doc warnings largely at random to tackle.

Stop when the change set is starting to feel intimidating.
2025-02-13 21:08:09 +00:00
..
embedded Fill out some missing docs for bevy_assets (#17829) 2025-02-13 21:08:09 +00:00
file Fill out some missing docs for bevy_assets (#17829) 2025-02-13 21:08:09 +00:00
android.rs Switch bevy_asset to core::prelude (#17442) 2025-01-20 04:14:48 +00:00
gated.rs Move hashbrown and foldhash out of bevy_utils (#17460) 2025-01-23 16:46:08 +00:00
memory.rs Move hashbrown and foldhash out of bevy_utils (#17460) 2025-01-23 16:46:08 +00:00
mod.rs Switch bevy_asset to core::prelude (#17442) 2025-01-20 04:14:48 +00:00
processor_gated.rs Switch bevy_asset to core::prelude (#17442) 2025-01-20 04:14:48 +00:00
source.rs Fill out some missing docs for bevy_assets (#17829) 2025-02-13 21:08:09 +00:00
wasm.rs Switch bevy_asset to core::prelude (#17442) 2025-01-20 04:14:48 +00:00