mirror of
https://github.com/griffi-gh/hUI.git
synced 2024-11-22 07:08:42 -06:00
shorter doc
This commit is contained in:
parent
af892698b5
commit
4e6f64b60e
|
@ -1,5 +1,4 @@
|
||||||
//! This module contains the definitions of the `Sides` and `Corners` structs,
|
//! Contains types which represent the sides and corners of a rectangular shape.
|
||||||
//! which represent the sides and corners of a rectangular shape.
|
|
||||||
|
|
||||||
/// Represents 4 sides of a rectangular shape.
|
/// Represents 4 sides of a rectangular shape.
|
||||||
#[derive(Default, Clone, Copy, PartialEq, Eq, Debug)]
|
#[derive(Default, Clone, Copy, PartialEq, Eq, Debug)]
|
||||||
|
|
Loading…
Reference in a new issue