diff options
author | 2023-09-09 21:08:23 +0200 | |
---|---|---|
committer | 2023-09-09 21:08:23 +0200 | |
commit | 419d9374b79b39293ba9a17967c2356d29377d8f (patch) | |
tree | 2fd3b5f27ff4ac185a105ddce1a8f26b1b5b276b /graphics/src/geometry/stroke.rs | |
parent | f60884f6f8639f75258c264bf4a15591351ef05b (diff) | |
download | iced-419d9374b79b39293ba9a17967c2356d29377d8f.tar.gz iced-419d9374b79b39293ba9a17967c2356d29377d8f.tar.bz2 iced-419d9374b79b39293ba9a17967c2356d29377d8f.zip |
Fix outstanding broken intradoc links
Diffstat (limited to 'graphics/src/geometry/stroke.rs')
-rw-r--r-- | graphics/src/geometry/stroke.rs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/src/geometry/stroke.rs b/graphics/src/geometry/stroke.rs index 69a76e1c..aff49ab3 100644 --- a/graphics/src/geometry/stroke.rs +++ b/graphics/src/geometry/stroke.rs @@ -1,4 +1,6 @@ -//! Create lines from a [crate::widget::canvas::Path] and assigns them various attributes/styles. +//! Create lines from a [`Path`] and assigns them various attributes/styles. +//! +//! [`Path`]: super::Path pub use crate::geometry::Style; use iced_core::Color; |