mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[wpiunits] Documentation improvements (#5932)
This commit is contained in:
@@ -7,7 +7,10 @@ package edu.wpi.first.units;
|
||||
import java.util.Objects;
|
||||
|
||||
/**
|
||||
* A unit is some unit of measurement that defines a quantity, such as grams, meters, or seconds.
|
||||
* Unit of measurement that defines a quantity, such as grams, meters, or seconds.
|
||||
*
|
||||
* <p>This is the base class for units. Actual units (such as {@link Units#Grams} and {@link
|
||||
* Units#Meters}) can be found in the {@link Units} class.
|
||||
*
|
||||
* @param <U> the self type, e.g. {@code class SomeUnit extends Unit<SomeUnit>}
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user