Skip to content

Commit

Permalink
Fixes a few documentation mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
ThadHouse committed Jan 13, 2016
1 parent 78a39d7 commit 94be211
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions WPILib/DriverStation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,9 @@ public double GetBatteryVoltage()
/// Reports errors related to unplugged joysticks.
/// </summary>
/// <param name="message">The message to send.</param>
/// <param name="memberName">The Member Name</param>
/// <param name="filePath">The File Path</param>
/// <param name="lineNumber">The Line Number</param>
private void ReportJoystickUnpluggedError(string message, [CallerMemberName] string memberName = "",
[CallerFilePath] string filePath = "", [CallerLineNumber] int lineNumber = 0)
{
Expand Down

0 comments on commit 94be211

Please sign in to comment.