Skip to content

Commit

Permalink
docs(photonvision): testing dokka's extent
Browse files Browse the repository at this point in the history
some docs aren't showing up fsr
  • Loading branch information
OmyDaGreat committed Dec 4, 2024
1 parent 25c842d commit defa1fd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/java/frc/robot/subsystems/Photonvision.java
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit defa1fd

Please sign in to comment.