bevy/crates/bevy_text/src
BD103 6ec6a55645
Unify crate-level preludes (#15080)
# Objective

- Crate-level prelude modules, such as `bevy_ecs::prelude`, are plagued
with inconsistency! Let's fix it!

## Solution

Format all preludes based on the following rules:

1. All preludes should have brief documentation in the format of:
   > The _name_ prelude.
   >
> This includes the most common types in this crate, re-exported for
your convenience.
2. All documentation should be outer, not inner. (`///` instead of
`//!`.)
3. No prelude modules should be annotated with `#[doc(hidden)]`. (Items
within them may, though I'm not sure why this was done.)

## Testing

- I manually searched for the term `mod prelude` and updated all
occurrences by hand. 🫠

---------

Co-authored-by: Gino Valente <49806985+MrGVSV@users.noreply.github.com>
2024-09-08 17:10:57 +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.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_atlas_set.rs Cosmic text (#10193) 2024-07-04 20:41:08 +00:00
font_loader.rs Fix intra-doc links and make CI test them (#14076) 2024-07-11 13:08:31 +00:00
glyph.rs Fix intra-doc links and make CI test them (#14076) 2024-07-11 13:08:31 +00:00
lib.rs Unify crate-level preludes (#15080) 2024-09-08 17:10:57 +00:00
pipeline.rs Avoid reallocating spans buffer in TextPipeline (#15012) 2024-09-02 17:02:06 +00:00
text.rs Remove #[cfg] from the From impls of TextSection (#14439) 2024-07-26 17:11:12 +00:00
text2d.rs Reuse TextLayoutInfo in queue_text (#14997) 2024-09-02 17:01:56 +00:00