Clean up references in doc comments in ui
and theme
crates (#3985)
This PR cleans up a number of references in doc comments in the `ui` and `theme` crates so that `rustdoc` will link and display them correctly. Release Notes: - N/A
This commit is contained in:
parent
447bfca942
commit
7ed3f5f392
14 changed files with 49 additions and 45 deletions
|
@ -78,7 +78,7 @@ impl Avatar {
|
|||
|
||||
/// Sets the shape of the avatar image.
|
||||
///
|
||||
/// This method allows the shape of the avatar to be specified using the [Shape] enum.
|
||||
/// This method allows the shape of the avatar to be specified using a [`Shape`].
|
||||
/// It modifies the corner radius of the image to match the specified shape.
|
||||
///
|
||||
/// # Examples
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue