mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-21 01:01:41 +00:00
Fix javadoc warnings (#2266)
Persuant to #1093, I added as many docstrings as I could, at least for things I knew about. Some of the classes I just suppressed the Javadoc warnings in because they aren't particularly useful to document. This gets us down to less than 100 Javadoc warnings in total. Docs for core classes on the C++ side were also added for parity.
This commit is contained in:
@@ -32,7 +32,7 @@ package org.photonvision;
|
||||
import java.util.regex.Matcher;
|
||||
import java.util.regex.Pattern;
|
||||
|
||||
@SuppressWarnings("ALL")
|
||||
@SuppressWarnings("doclint")
|
||||
public final class PhotonVersion {
|
||||
public static final String versionString = "${version}";
|
||||
public static final String buildDate = "${date}";
|
||||
|
||||
Reference in New Issue
Block a user