aboutsummaryrefslogtreecommitdiff
path: root/src/text.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/text.rs')
-rw-r--r--src/text.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/text.rs b/src/text.rs
index 07ced03..9957b5f 100644
--- a/src/text.rs
+++ b/src/text.rs
@@ -587,6 +587,8 @@ where
}
/// Produces the [`layout::Node`] of a [`Text`] widget.
+///
+/// [`layout::Node`]: https://docs.iced.rs/iced_core/layout/struct.Node.html
pub fn layout<Renderer>(
state: &mut State,
renderer: &Renderer,