[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

@@ -44,7 +44,7 @@ public class Per<N extends Unit<N>, D extends Unit<D>> extends Unit<Per<N, D>> {
* denominator with a unit of time is discouraged; use {@link Velocity} instead.
*
* <pre>
* Per.combine(Volts, Meters) // => possible PID constant
* Per.combine(Volts, Meters) // possible PID constant
* </pre>
*
* <p>It's recommended to use the convenience function {@link Unit#per(Unit)} instead of calling