bevy/crates/bevy_asset/src
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
..
io Fill out some missing docs for bevy_assets (#17829) 2025-02-13 21:08:09 +00:00
processor Fill out some missing docs for bevy_assets (#17829) 2025-02-13 21:08:09 +00:00
server Fill out some missing docs for bevy_assets (#17829) 2025-02-13 21:08:09 +00:00
asset_changed.rs Harden proc macro path resolution and add integration tests. (#17330) 2025-02-09 19:45:45 +00:00
assets.rs Fill out some missing docs for bevy_assets (#17829) 2025-02-13 21:08:09 +00:00
direct_access_ext.rs Improve clarity of existing bevy_assets documentation (#17830) 2025-02-13 19:49:25 +00:00
event.rs Fill out some missing docs for bevy_assets (#17829) 2025-02-13 21:08:09 +00:00
folder.rs Fill out some missing docs for bevy_assets (#17829) 2025-02-13 21:08:09 +00:00
handle.rs Fill out some missing docs for bevy_assets (#17829) 2025-02-13 21:08:09 +00:00
id.rs Fill out some missing docs for bevy_assets (#17829) 2025-02-13 21:08:09 +00:00
lib.rs Remove labeled_assets from LoadedAsset and ErasedLoadedAsset (#15481) 2025-02-10 21:06:37 +00:00
loader_builders.rs Remove labeled_assets from LoadedAsset and ErasedLoadedAsset (#15481) 2025-02-10 21:06:37 +00:00
loader.rs Remove labeled_assets from LoadedAsset and ErasedLoadedAsset (#15481) 2025-02-10 21:06:37 +00:00
meta.rs Harden proc macro path resolution and add integration tests. (#17330) 2025-02-09 19:45:45 +00:00
path.rs Switch bevy_asset to core::prelude (#17442) 2025-01-20 04:14:48 +00:00
reflect.rs Harden proc macro path resolution and add integration tests. (#17330) 2025-02-09 19:45:45 +00:00
render_asset.rs Fill out some missing docs for bevy_assets (#17829) 2025-02-13 21:08:09 +00:00
saver.rs Remove labeled_assets from LoadedAsset and ErasedLoadedAsset (#15481) 2025-02-10 21:06:37 +00:00
transformer.rs Fill out some missing docs for bevy_assets (#17829) 2025-02-13 21:08:09 +00:00