Document more enums
This commit is contained in:
parent
c19551d974
commit
51988f63d5
6 changed files with 10 additions and 5 deletions
|
@ -38,6 +38,7 @@ impl UiTextSize {
|
|||
}
|
||||
}
|
||||
|
||||
/// Sets the size of a [Headline] element
|
||||
#[derive(Debug, PartialEq, Eq, PartialOrd, Ord, Hash, Clone, Copy, Default)]
|
||||
pub enum HeadlineSize {
|
||||
XSmall,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue