mirror of
https://github.com/emilk/egui.git
synced 2026-09-01 06:10:06 -04:00
Add more doc-links in docstrings (#1419)
This commit is contained in:
@@ -231,7 +231,7 @@ fn test_remap() {
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
/// Extends `f32`, `Vec2` etc with `at_least` and `at_most` as aliases for `max` and `min`.
|
||||
/// Extends `f32`, [`Vec2`] etc with `at_least` and `at_most` as aliases for `max` and `min`.
|
||||
pub trait NumExt {
|
||||
/// More readable version of `self.max(lower_limit)`
|
||||
fn at_least(self, lower_limit: Self) -> Self;
|
||||
|
||||
Reference in New Issue
Block a user