1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 14:49:06 -04:00

Fix doc links

This commit is contained in:
lucasmerlin
2026-05-08 11:05:43 +02:00
parent a6313c1002
commit dde030887b

View File

@@ -218,10 +218,10 @@ impl Style {
} }
} }
/// The root class is a special class present on every top-level [`Ui`]. /// The root class is a special class present on every top-level [`crate::Ui`].
pub const ROOT_CLASS: &str = "root"; pub const ROOT_CLASS: &str = "root";
/// The selected class is a special class present on selected [`Button`]. /// The selected class is a special class present on selected [`crate::Button`].
pub const SELECTED_CLASS: &str = "selected"; pub const SELECTED_CLASS: &str = "selected";
/// A class is a static string identifier. /// A class is a static string identifier.