[docs] Add missing JavaDocs (#6146)

This commit is contained in:
Tyler Veness
2024-01-04 08:38:06 -08:00
committed by GitHub
parent 6e58db398d
commit f29a7d2e50
145 changed files with 1106 additions and 94 deletions

View File

@@ -1,10 +1,13 @@
package edu.wpi.first.wpilibj.util;
/*
/**
* Autogenerated file! Do not manually edit this file. This version is regenerated
* any time the publish task is run, or when this file is deleted.
*/
public final class WPILibVersion {
/** The version number. */
public static final String Version = "${wpilib_version}";
/** Utility class. */
private WPILibVersion() {}
}