mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-22 01:11:42 +00:00
[build] Treat javadoc warnings as errors in CI and fix warnings (#3530)
This commit is contained in:
@@ -85,6 +85,7 @@ class Transform2d {
|
||||
* Composes two transformations.
|
||||
*
|
||||
* @param other The transform to compose with this one.
|
||||
* @return The composition of the two transformations.
|
||||
*/
|
||||
Transform2d operator+(const Transform2d& other) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user