From defa1fd3605e728d9219b62949478880ea99dc07 Mon Sep 17 00:00:00 2001 From: Malefic Date: Tue, 3 Dec 2024 19:11:48 -0800 Subject: [PATCH] docs(photonvision): testing dokka's extent some docs aren't showing up fsr --- src/main/java/frc/robot/subsystems/Photonvision.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main/java/frc/robot/subsystems/Photonvision.java b/src/main/java/frc/robot/subsystems/Photonvision.java index f6e2816..47a4657 100644 --- a/src/main/java/frc/robot/subsystems/Photonvision.java +++ b/src/main/java/frc/robot/subsystems/Photonvision.java @@ -91,8 +91,7 @@ public void periodic() { } /** - * Checks if there is a tag. - * This method is useful to avoid NullPointerExceptions when trying to access specific info based on vision. + * Checks if there is a tag. This method is useful to avoid NullPointerExceptions when trying to access specific info based on vision. * @return true if there is a tag, false otherwise. */ public boolean hasTag() {