Fix broken intra-doc links
This commit is contained in:
parent
7def3ee38a
commit
6740c2c5d6
8 changed files with 12 additions and 27 deletions
|
|
@ -201,7 +201,7 @@ where
|
|||
(uncaptured_events, commands)
|
||||
}
|
||||
|
||||
/// Applies [`widget::Operation`]s to the [`State`]
|
||||
/// Applies widget [`Operation`]s to the [`State`].
|
||||
pub fn operate(
|
||||
&mut self,
|
||||
renderer: &mut P::Renderer,
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ pub enum Action<T> {
|
|||
Drag,
|
||||
/// Spawns a new window.
|
||||
Spawn {
|
||||
/// The settings of the [`Window`].
|
||||
/// The settings of the window.
|
||||
settings: Settings,
|
||||
},
|
||||
/// Resize the window.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue