From 063409518e918324f36c2c5d8ec0844fd5f0398a Mon Sep 17 00:00:00 2001 From: sciencewhiz Date: Thu, 15 Aug 2024 07:46:01 -0700 Subject: [PATCH] [docs] Delete param doc for func that lacks param (NFC) (#6964) --- .../src/main/native/include/frc/smartdashboard/FieldObject2d.h | 1 - 1 file changed, 1 deletion(-) diff --git a/wpilibc/src/main/native/include/frc/smartdashboard/FieldObject2d.h b/wpilibc/src/main/native/include/frc/smartdashboard/FieldObject2d.h index cf5d7d4ccc..776e521645 100644 --- a/wpilibc/src/main/native/include/frc/smartdashboard/FieldObject2d.h +++ b/wpilibc/src/main/native/include/frc/smartdashboard/FieldObject2d.h @@ -85,7 +85,6 @@ class FieldObject2d { /** * Get multiple poses. * - * @param obj Object entry * @return vector of 2D poses */ std::vector GetPoses() const;