[docs] Add wpiunits to JavaDocs (#5793)

Co-authored-by: Sam Carlberg <sam.carlberg@gmail.com>
This commit is contained in:
Tyler Veness
2023-10-20 18:14:14 -07:00
committed by GitHub
parent 25dad5a531
commit bee32f080e
11 changed files with 120 additions and 35 deletions

View File

@@ -29,6 +29,7 @@ public final class UnitBuilder<U extends Unit<U>> {
* (base value - offset).
*
* @param offset the offset
* @return this builder
*/
public UnitBuilder<U> offset(double offset) {
m_toBase = derivedValue -> derivedValue + offset;