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
|
@ -47,7 +47,7 @@ impl Label {
|
|||
}
|
||||
|
||||
impl LabelCommon for Label {
|
||||
/// Sets the size of the label using a [LabelSize].
|
||||
/// Sets the size of the label using a [`LabelSize`].
|
||||
///
|
||||
/// # Examples
|
||||
///
|
||||
|
@ -59,7 +59,7 @@ impl LabelCommon for Label {
|
|||
self
|
||||
}
|
||||
|
||||
/// Sets the line height style of the label using a [LineHeightStyle].
|
||||
/// Sets the line height style of the label using a [`LineHeightStyle`].
|
||||
///
|
||||
/// # Examples
|
||||
///
|
||||
|
@ -71,7 +71,7 @@ impl LabelCommon for Label {
|
|||
self
|
||||
}
|
||||
|
||||
/// Sets the color of the label using a [Color].
|
||||
/// Sets the color of the label using a [`Color`].
|
||||
///
|
||||
/// # Examples
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue