Fix outstanding broken intradoc links
This commit is contained in:
parent
f60884f6f8
commit
419d9374b7
5 changed files with 8 additions and 11 deletions
|
|
@ -1,8 +1,6 @@
|
|||
//! A gradient that can be used as a fill for some geometry.
|
||||
//!
|
||||
//! For a gradient that you can use as a background variant for a widget, see [`Gradient`].
|
||||
//!
|
||||
//! [`Gradient`]: crate::core::Gradient;
|
||||
use crate::color;
|
||||
use crate::core::gradient::ColorStop;
|
||||
use crate::core::{self, Color, Point, Rectangle};
|
||||
|
|
@ -36,10 +34,7 @@ impl Gradient {
|
|||
}
|
||||
}
|
||||
|
||||
/// A linear gradient that can be used in the style of [`Fill`] or [`Stroke`].
|
||||
///
|
||||
/// [`Fill`]: crate::geometry::Fill;
|
||||
/// [`Stroke`]: crate::geometry::Stroke;
|
||||
/// A linear gradient.
|
||||
#[derive(Debug, Clone, Copy, PartialEq)]
|
||||
pub struct Linear {
|
||||
/// The absolute starting position of the gradient.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue