Fix (more) broken intradoc links
Good thing I just set up CI earlier for this 😅
This commit is contained in:
parent
c692845744
commit
b42b24b79a
3 changed files with 5 additions and 5 deletions
|
|
@ -34,11 +34,11 @@ pub enum Primitive<T> {
|
|||
},
|
||||
/// A paragraph primitive
|
||||
Paragraph {
|
||||
/// The [`Paragraph`].
|
||||
/// The [`paragraph::Weak`] reference.
|
||||
paragraph: paragraph::Weak,
|
||||
/// The position of the [`Paragraph`].
|
||||
/// The position of the paragraph.
|
||||
position: Point,
|
||||
/// The color of the [`Paragraph`].
|
||||
/// The color of the paragraph.
|
||||
color: Color,
|
||||
},
|
||||
/// A quad primitive
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue