mirror of
https://github.com/emilk/egui.git
synced 2026-08-30 21:30:03 -04:00
Add more doc-links in docstrings (#1419)
This commit is contained in:
@@ -66,7 +66,7 @@ impl Size {
|
||||
self
|
||||
}
|
||||
|
||||
/// Allowed range of movement (in points), if in a resizable [`Table`].
|
||||
/// Allowed range of movement (in points), if in a resizable [`Table`](crate::table::Table).
|
||||
pub fn range(self) -> (f32, f32) {
|
||||
match self {
|
||||
Self::Absolute { range, .. }
|
||||
|
||||
Reference in New Issue
Block a user