# Objective - Bevy currently has lot of invalid intra-doc links, let's fix them! - Also make CI test them, to avoid future regressions. - Helps with #1983 (but doesn't fix it, as there could still be explicit links to docs.rs that are broken) ## Solution - Make `cargo r -p ci -- doc-check` check fail on warnings (could also be changed to just some specific lints) - Manually fix all the warnings (note that in some cases it was unclear to me what the fix should have been, I'll try to highlight them in a self-review) |
||
|---|---|---|
| .. | ||
| batching | ||
| camera | ||
| diagnostic | ||
| mesh | ||
| primitives | ||
| render_graph | ||
| render_phase | ||
| render_resource | ||
| renderer | ||
| texture | ||
| view | ||
| alpha.rs | ||
| color_operations.wgsl | ||
| extract_component.rs | ||
| extract_instances.rs | ||
| extract_param.rs | ||
| extract_resource.rs | ||
| globals.rs | ||
| globals.wgsl | ||
| gpu_component_array_buffer.rs | ||
| lib.rs | ||
| maths.wgsl | ||
| pipelined_rendering.rs | ||
| render_asset.rs | ||
| settings.rs | ||
| spatial_bundle.rs | ||