Docs for bevy::asset::io::android are not generated
Open
A-Build-System
C-Bug
C-Docs
O-Android
O-iOS
S-Needs-Design
- Dominant language
- Rust
- Stars
- 48.2k
- Forks
- 4.8k
- Avg merge
- 3d 22h
- Merged PRs (30d)
- 161
Description
## Bevy version and features
Both 0.18.1 and main
## What you did
I tried to look up how docs for bevy::asset::io::android were generated by bevy workflows because I didn't manage to do it locally, and found that they were missing.
## What went wrong
https://dev-docs.bevy.org/bevy_asset/io/index.html doesn't list `android` as a submodule.
## Additional information
The android module is gated under
`#[cfg(target_os = "android")]`
which apparently disables doc generation for it.
Contributor guide
Assessment
This issue has not been assessed yet.