fix: doc comments
This commit is contained in:
parent
b26890f76e
commit
4ea0db665f
1 changed files with 2 additions and 2 deletions
|
|
@ -299,7 +299,7 @@ pub trait Renderer: crate::Renderer {
|
|||
/// The [`Editor`] of this [`Renderer`].
|
||||
type Editor: Editor<Font = Self::Font> + 'static;
|
||||
|
||||
/// The [`Raw`] text of this [`Renderer`].
|
||||
/// The `Raw` text of this [`Renderer`].
|
||||
type Raw: 'static;
|
||||
|
||||
/// The icon font of the backend.
|
||||
|
|
@ -346,7 +346,7 @@ pub trait Renderer: crate::Renderer {
|
|||
clip_bounds: Rectangle,
|
||||
);
|
||||
|
||||
/// Draws the given [`Raw`] text.
|
||||
/// Draws the given `Raw` text.
|
||||
fn fill_raw(&mut self, raw: Self::Raw);
|
||||
|
||||
/// Draws the given [`Text`] at the given position and with the given
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue