Skip to content

Commit 94be211

Browse files
committed
Fixes a few documentation mistakes
1 parent 78a39d7 commit 94be211

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

WPILib/DriverStation.cs

+3
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,9 @@ public double GetBatteryVoltage()
253253
/// Reports errors related to unplugged joysticks.
254254
/// </summary>
255255
/// <param name="message">The message to send.</param>
256+
/// <param name="memberName">The Member Name</param>
257+
/// <param name="filePath">The File Path</param>
258+
/// <param name="lineNumber">The Line Number</param>
256259
private void ReportJoystickUnpluggedError(string message, [CallerMemberName] string memberName = "",
257260
[CallerFilePath] string filePath = "", [CallerLineNumber] int lineNumber = 0)
258261
{

0 commit comments

Comments
 (0)