mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
Fix documentation warnings generated by JavaDoc (NFC) (#3428)
Some C++ Doxygen comments were updated to reflect any wording changes. See `rg "(@return|@param \w+) TODO" | less` for list of incomplete docs.
This commit is contained in:
@@ -9,6 +9,7 @@ public interface MathShared {
|
||||
* Report an error.
|
||||
*
|
||||
* @param error the error to set
|
||||
* @param stackTrace array of stacktrace elements
|
||||
*/
|
||||
void reportError(String error, StackTraceElement[] stackTrace);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user