bevy/crates/bevy_text/src
Giacomo Stevanato d7080369a7
Fix intra-doc links and make CI test them (#14076)
# 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)
2024-07-11 13:08:31 +00:00
..
bounds.rs Cosmic text (#10193) 2024-07-04 20:41:08 +00:00
error.rs Cosmic text (#10193) 2024-07-04 20:41:08 +00:00
FiraMono-subset.ttf add a default font (#8445) 2023-04-21 22:30:18 +00:00
font_atlas_set.rs Cosmic text (#10193) 2024-07-04 20:41:08 +00:00
font_atlas.rs Fix intra-doc links and make CI test them (#14076) 2024-07-11 13:08:31 +00:00
font_loader.rs Fix intra-doc links and make CI test them (#14076) 2024-07-11 13:08:31 +00:00
font.rs Cosmic text (#10193) 2024-07-04 20:41:08 +00:00
glyph.rs Fix intra-doc links and make CI test them (#14076) 2024-07-11 13:08:31 +00:00
lib.rs Fix intra-doc links and make CI test them (#14076) 2024-07-11 13:08:31 +00:00
pipeline.rs Fix intra-doc links and make CI test them (#14076) 2024-07-11 13:08:31 +00:00
text2d.rs Cosmic text (#10193) 2024-07-04 20:41:08 +00:00
text.rs Cosmic text (#10193) 2024-07-04 20:41:08 +00:00