mirror of
https://github.com/emilk/egui.git
synced 2026-08-31 05:40:03 -04:00
Add more doc-links in docstrings (#1419)
This commit is contained in:
@@ -117,7 +117,7 @@ impl<'l> StripLayout<'l> {
|
||||
self.add(width, height, add_contents)
|
||||
}
|
||||
|
||||
/// only needed for layouts with multiple lines, like [`Table`].
|
||||
/// only needed for layouts with multiple lines, like [`Table`](crate::Table).
|
||||
pub fn end_line(&mut self) {
|
||||
match self.direction {
|
||||
CellDirection::Horizontal => {
|
||||
|
||||
@@ -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