Skip to content

Commit

Permalink
fix(dokka): expand function in dokka to show full docs
Browse files Browse the repository at this point in the history
that's why only the first sentence shows up otherwise
  • Loading branch information
OmyDaGreat committed Dec 4, 2024
1 parent 5f66790 commit b04c740
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/java/frc/robot/subsystems/Photonvision.java
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,9 @@ 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.
* <p>
* 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 b04c740

Please sign in to comment.